From 6dae0e5e34633bcd17eb7743fbb7f484d2fb3ac3 Mon Sep 17 00:00:00 2001 From: Anthony Parsons Date: Thu, 27 Oct 2005 17:21:02 +0000 Subject: [PATCH] ugh. --- con.php | 1 + 1 file changed, 1 insertion(+) diff --git a/con.php b/con.php index 1a0aafd..f87e6b0 100644 --- a/con.php +++ b/con.php @@ -19,6 +19,7 @@ class RateLimitException extends Exception {} // SPL exception names only in >=5.1 if (version_compare(PHP_VERSION, '5.1', '<')) { + class OutOfBoundsException extends Exception {} class RuntimeException extends Exception {} class LengthException extends Exception {} } -- 2.11.4.GIT