]> granicus.if.org Git - php/commitdiff
Added a basic Cache_Error class.
authorUlf Wendel <uw@php.net>
Thu, 8 Mar 2001 20:39:15 +0000 (20:39 +0000)
committerUlf Wendel <uw@php.net>
Thu, 8 Mar 2001 20:39:15 +0000 (20:39 +0000)
pear/Cache.php

index c49f4cfb5efce23e0806f770970bedbcf552fddb..01445167cc3d866e5f5455be9d8da93c8e7e7ef2 100644 (file)
@@ -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()
     */