ProcedureException
class ProcedureException extends Exception
Database procedure exception.
Properties
protected string | $severity |
Methods
__construct($message = NULL, $code = 0, $severity = NULL, $sql = NULL)
Construct the exception.
string
getSeverity()
Gets the exception severity.
Details
at line 108
__construct($message = NULL, $code = 0, $severity = NULL, $sql = NULL)
Construct the exception.
at line 119
string
getSeverity()
Gets the exception severity.