1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-31 19:30:30 +02: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
{}