Author: Tobias Schlitt
Date: 2006-01-15 14:59:56 +0100 (Sun, 15 Jan 2006)
New Revision: 1854

Log:
- Removing deprecated exception.

Removed:
   packages/Cache/trunk/src/exceptions/invalid_location.php

Deleted: packages/Cache/trunk/src/exceptions/invalid_location.php
===================================================================
--- packages/Cache/trunk/src/exceptions/invalid_location.php    2006-01-15 
13:56:51 UTC (rev 1853)
+++ packages/Cache/trunk/src/exceptions/invalid_location.php    2006-01-15 
13:59:56 UTC (rev 1854)
@@ -1,27 +0,0 @@
-<?php
-/**
- * File containing the ezcCacheInvalidLocationException.
- * 
- * @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
- */
-
-/**
- * Exception that is thrown if the given location is invalid (does not exist, 
is not a 
- * directory, is not writeable).
- *
- * @package Cache
- * @version //autogen//
- *
- * @todo: Deprecated because of ezcBaseFile* exceptions. Remove.
- */
-class ezcCacheInvalidLocationException extends ezcCacheException
-{
-    function __construct( $location )
-    {
-        parent::__construct( "<{$location}> is not a valid location for a 
ezcCache." );
-    }
-}
-?>

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to