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:
@@ -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
|
||||
{}
|
||||
|
Reference in New Issue
Block a user