Author: Tobias Schlitt
Date: 2006-01-13 16:09:47 +0100 (Fri, 13 Jan 2006)
New Revision: 1838
Log:
- Remove deprecated Io exception (using ezcBaseFileIoException).
Removed:
packages/Cache/trunk/src/exceptions/storage_io.php
Modified:
packages/Cache/trunk/src/cache_autoload.php
Modified: packages/Cache/trunk/src/cache_autoload.php
===================================================================
--- packages/Cache/trunk/src/cache_autoload.php 2006-01-13 15:01:47 UTC (rev
1837)
+++ packages/Cache/trunk/src/cache_autoload.php 2006-01-13 15:09:47 UTC (rev
1838)
@@ -22,6 +22,5 @@
'ezcCacheInvalidLocationException' =>
'Cache/exceptions/invalid_location.php',
'ezcCacheInvalidStorageClassException' =>
'Cache/exceptions/invalid_storage_class.php',
'ezcCacheUsedLocationException' =>
'Cache/exceptions/used_location.php',
- 'ezcCacheStorageIoException' =>
'Cache/exceptions/storage_io.php',
);
?>
Deleted: packages/Cache/trunk/src/exceptions/storage_io.php
===================================================================
--- packages/Cache/trunk/src/exceptions/storage_io.php 2006-01-13 15:01:47 UTC
(rev 1837)
+++ packages/Cache/trunk/src/exceptions/storage_io.php 2006-01-13 15:09:47 UTC
(rev 1838)
@@ -1,24 +0,0 @@
-<?php
-/**
- * File containing the ezcCacheStorageIoException.
- *
- * @package Cache
- * @version //autogen//
- * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
- */
-
-/**
- * A file could not be read/written from/to a specific location.
- *
- * @package Cache
- * @version //autogen//
- */
-class ezcCacheStorageIoException extends ezcCacheException
-{
- function __construct( $filename )
- {
- parent::__construct( "Could not access (store/restore/delete) data of
file <{$filename}>." );
- }
-}
-?>
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components