public
|
#
__construct(
string
$message = NULL,
int
$code = 0,
string
$sql = NULL
)
Construct a dibi exception. Construct a dibi exception. Parameters$message string Message describing the exception$code int Some code$sql string SQL command |
final public
string
|
#
getSql(
)
Returnsstring The SQL passed to the constructor
|
public
string
|
#
__toString(
)
Returnsstring string represenation of exception with SQL command
|
public
mixed
|
#
getTab(
)
Returns HTML code for custom tab. Returns HTML code for custom tab. |
public
mixed
|
#
getPanel(
)
Returns HTML code for custom panel. Returns HTML code for custom panel. |
public
string
|
#
getId(
)
Returns panel ID. Returns panel ID. |
Methods Inherited From Exception
__construct(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString()
Properties Inherited From Exception
$message, $code, $file, $line