1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/Doctrine/Exception.php
2006-05-30 08:42:10 +00:00

7 lines
212 B
PHP

<?php
class InvalidKeyException extends Exception { }
class InvalidTypeException extends Exception { }
class Doctrine_Exception extends Exception { }
class DQLException extends Doctrine_Exception { }
?>