Exception.php 212 Bytes
Newer Older
doctrine's avatar
doctrine committed
1 2 3 4 5 6
<?php
class InvalidKeyException extends Exception { }
class InvalidTypeException extends Exception { }
class Doctrine_Exception extends Exception { }   
class DQLException extends Doctrine_Exception { }
?>