1
0
mirror of synced 2025-01-31 04:21:44 +03:00
doctrine2/classes/Exception.php
2006-05-30 07:33:16 +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 { }
?>