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.
|
| Methods Inherited From DibiException |
|---|
| DibiException::__construct(), DibiException::getId(), DibiException::getPanel(), DibiException::getSql(), DibiException::getTab(), DibiException::__toString() |
| Method Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 137 catchErrorpublic static bool catchError (string &$message) Returns catched error/warning message.
|
||||||||||||
|
line 124 tryErrorpublic static void tryError () Starts catching potential errors/warnings.
|
||||||||||||