Class DibiDriverException
database server exception.
Exception | --DibiException | --DibiDriverException
| Method Summary | |
|---|---|
| static bool |
catchError
(string &$message)
Returns catched error/warning message.
|
| static void |
tryError
()
Starts catching potential errors/warnings.
|
| static void |
_errorHandler
($code, $message)
Internal error handler. Do not call directly.
|
| Methods Inherited From DibiException |
|---|
| DibiException::__construct(), DibiException::getPanels(), DibiException::getSql(), DibiException::__toString() |
| Method Details | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 121 catchErrorpublic static bool catchError (string &$message) Returns catched error/warning message.
|
|||||||||||||||
|
line 108 tryErrorpublic static void tryError () Starts catching potential errors/warnings.
|
|||||||||||||||
|
line 135 _errorHandlerpublic static void _errorHandler ($code, $message) Internal error handler. Do not call directly.
|
|||||||||||||||