Class DibiException
dibi common exception.
Exception | --DibiException
Implements interfaces:
Direct Known Sub-classes:
| Constructor Summary | |
|---|---|
| public |
Construct a dibi exception.
|
| Method Summary | |
|---|---|
| array |
getPanels
()
Returns custom panels.
|
| string |
getSql
()
|
| string |
__toString
()
|
| Methods Inherited From Exception (Internal Class) |
|---|
| constructor __construct ( [$message = ], [$code = ] ), getCode ( ), getFile ( ), getLine ( ), getMessage ( ), getTrace ( ), getTraceAsString ( ), __clone ( ), __toString ( ) |
| Variable Summary |
|---|
| Constructor Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 33 __constructpublic __construct ([string $message = Construct a dibi exception.
|
||||||||||||
| Method Details | ||||||
|---|---|---|---|---|---|---|
|
line 69 getPanelspublic array getPanels () Returns custom panels.
|
||||||
|
line 45 getSqlpublic string getSql ()
|
||||||
|
line 55 __toStringpublic string __toString ()
|
||||||