1
0
mirror of https://github.com/dg/dibi.git synced 2025-02-24 02:43:09 +01:00

All exceptions are DibiException descendants

This commit is contained in:
David Grudl 2012-01-03 05:46:28 +01:00
parent d1a63ce757
commit 9ba0cf62d1

View File

@ -153,7 +153,7 @@ class DibiPcreException extends Exception {
/**
* @package dibi
*/
class DibiNotImplementedException extends LogicException
class DibiNotImplementedException extends DibiException
{}
@ -161,5 +161,5 @@ class DibiNotImplementedException extends LogicException
/**
* @package dibi
*/
class DibiNotSupportedException extends LogicException
class DibiNotSupportedException extends DibiException
{}