1
0
mirror of synced 2025-02-12 10:19:24 +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 { }
?>