Changeset 4946 for trunk/lib/Doctrine
- Timestamp:
- 09/12/08 14:08:01 (4 months ago)
- Location:
- trunk/lib/Doctrine
- Files:
-
- 2 added
- 1 modified
-
Common/Exceptions (added)
-
Common/Exceptions/DoctrineException.php (added)
-
ORM/Exceptions/ORMException.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine/ORM/Exceptions/ORMException.php
r4945 r4946 34 34 * @author Roman Borschel <roman@code-factory.org> 35 35 */ 36 class Doctrine_ORM_Exceptions_ORMException extends Doctrine_ Shared_Exceptions_DoctrineException36 class Doctrine_ORM_Exceptions_ORMException extends Doctrine_Common_Exceptions_DoctrineException 37 37 { 38 38