1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/Doctrine/Exception.php

7 lines
212 B
PHP
Raw Normal View History

2006-05-30 12:42:10 +04:00
<?php
class InvalidKeyException extends Exception { }
class InvalidTypeException extends Exception { }
class Doctrine_Exception extends Exception { }
class DQLException extends Doctrine_Exception { }
?>