2006-05-30 08:42:10 +00:00
|
|
|
<?php
|
|
|
|
class InvalidKeyException extends Exception { }
|
|
|
|
class InvalidTypeException extends Exception { }
|
|
|
|
class Doctrine_Exception extends Exception { }
|
|
|
|
class DQLException extends Doctrine_Exception { }
|
2006-09-03 22:46:30 +00:00
|
|
|
|