mirror of
https://github.com/dg/dibi.git
synced 2025-08-08 15:16:58 +02:00
updated for Nette 2.0 beta: exceptions
This commit is contained in:
@@ -13,14 +13,11 @@
|
||||
|
||||
|
||||
|
||||
if (!defined('NETTE')) {
|
||||
class NotImplementedException extends LogicException {}
|
||||
class NotSupportedException extends LogicException {}
|
||||
class MemberAccessException extends LogicException {}
|
||||
class InvalidStateException extends RuntimeException {}
|
||||
class IOException extends RuntimeException {}
|
||||
class FileNotFoundException extends IOException {}
|
||||
}
|
||||
class DibiNotImplementedException extends LogicException
|
||||
{}
|
||||
|
||||
class DibiNotSupportedException extends LogicException
|
||||
{}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user