Author: Derick Rethans
Date: 2006-01-13 09:47:33 +0100 (Fri, 13 Jan 2006)
New Revision: 1806

Log:
- Removed this outdated exception.

Removed:
   packages/Base/trunk/src/exceptions/value_exception.php

Deleted: packages/Base/trunk/src/exceptions/value_exception.php
===================================================================
--- packages/Base/trunk/src/exceptions/value_exception.php      2006-01-13 
08:31:35 UTC (rev 1805)
+++ packages/Base/trunk/src/exceptions/value_exception.php      2006-01-13 
08:47:33 UTC (rev 1806)
@@ -1,27 +0,0 @@
-<?php
-/**
- * File containing the ezcBaseTypeException class.
- *
- * @package Base
- * @version //autogen//
- * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
- * @license http://ez.no/licenses/new_bsd New BSD License
- */
-/**
- * ezcBaseTypeException is thrown whenever the type of the given instance is 
not 
- * as expected.
- *
- * @package Base
- * @version //autogen//
- */
-class ezcBaseTypeException extends ezcBaseException
-{
-    /**
-     * Constructs a new ezcBaseTypeException on the 
-     */
-    function __construct( $expectedType, $gotType )
-    {
-        parent::__construct( "Expected type <{$expectedType}> but got type 
<{$gotType}> for argument." );
-    }
-}
-?>

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

Reply via email to