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 { }
|
2006-09-04 02:46:30 +04:00
|
|
|
|