Changed DQLException, InvalidKeyException and InvalidTypeException to inherit Doctrine_Exception
This commit is contained in:
parent
ce84fe3811
commit
89e1215296
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
class InvalidKeyException extends Exception { }
|
||||
class InvalidTypeException extends Exception { }
|
||||
class Doctrine_Exception extends Exception { }
|
||||
class DQLException extends Doctrine_Exception { }
|
||||
|
||||
<?php
|
||||
|
||||
class Doctrine_Exception extends Exception { }
|
||||
class DQLException extends Doctrine_Exception { }
|
||||
class InvalidKeyException extends Doctrine_Exception { }
|
||||
class InvalidTypeException extends Doctrine_Exception { }
|
Loading…
x
Reference in New Issue
Block a user