From: Ulf Wendel Date: Thu, 8 Mar 2001 20:39:15 +0000 (+0000) Subject: Added a basic Cache_Error class. X-Git-Tag: php-4.0.5RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78c050114c924cc78d3633584a7ebff0038f8a8f;p=php Added a basic Cache_Error class. --- diff --git a/pear/Cache.php b/pear/Cache.php index c49f4cfb5e..01445167cc 100644 --- a/pear/Cache.php +++ b/pear/Cache.php @@ -18,6 +18,8 @@ // // $Id$ +require_once "Cache/Error.php"; + /** * Cache is a base class for cache implementations. * @@ -136,7 +138,7 @@ class Cache { * @param mixed userdefined expire date * @param string cache group * @return boolean - * @throws CacheError + * @throws Cache_Error * @access public * @see getUserdata() */