Class DibiProcedureException
Database procedure exception.
- Exception
-
DibiException implements IDebugPanel
-
DibiProcedureException
Author: Roman Sklenář
Copyright: Copyright (c) 2010
Package: dibi\drivers
Located at /drivers/firebird.php
Copyright: Copyright (c) 2010
Package: dibi\drivers
Located at /drivers/firebird.php
public
|
#
__construct(
string
$message = NULL,
int
$code = 0,
string
$severity = NULL,
$sql = NULL
)
Construct the exception. Construct the exception. Parameters$message string Message describing the exception$code int Some code$severity string SQL command$sql |
public
string
|
#
getSeverity(
)
Gets the exception severity. Gets the exception severity. |
Methods Inherited From DibiException
Methods Inherited From Exception
__construct(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString()
protected
string
|
$severity | NULL |
# |
Properties Inherited From Exception
$message, $code, $file, $line