Author: Derick Rethans
Date: 2006-01-12 17:14:33 +0100 (Thu, 12 Jan 2006)
New Revision: 1793

Log:
- Fixed more svn weirdness.

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

Deleted: packages/Base/trunk/src/exceptions/property_not_found_exception.php
===================================================================
--- packages/Base/trunk/src/exceptions/property_not_found_exception.php 
2006-01-12 16:12:56 UTC (rev 1792)
+++ packages/Base/trunk/src/exceptions/property_not_found_exception.php 
2006-01-12 16:14:33 UTC (rev 1793)
@@ -1,28 +0,0 @@
-<?php
-/**
- * File containing the ezcPropertyNotFoundException 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
- */
-/**
- * ezcBasePropertyNotFoundException is thrown whenever a non existent property
- * is accessed in the Components library.
- *
- * @package Base
- * @version //autogen//
- */
-class ezcBasePropertyNotFoundException extends ezcBaseException
-{
-    /**
-     * Constructs a new ezcPropertyNotFoundException for the property
-     * $name.
-     */
-    function __construct( $name )
-    {
-        parent::__construct( "No such property name <{$name}>.", 0 );
-    }
-}
-?>

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

Reply via email to