Changeset 2377 for trunk/system/libraries/Cache.php
- Timestamp:
- 03/29/2008 05:50:38 AM (8 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Cache.php
r2374 r2377 76 76 // Validate the driver 77 77 if ( ! ($this->driver instanceof Cache_Driver)) 78 throw new Kohana_Exception('cache.driver_ not_supported', 'Cache drivers must use the Cache_Driver interface.');78 throw new Kohana_Exception('cache.driver_implements', $this->config['driver']); 79 79 80 80 Log::add('debug', 'Cache Library initialized');
