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:
parent
d1a63ce757
commit
9ba0cf62d1
@ -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
|
||||
{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user