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 107
__construct($message = null, $code = 0, $severity = null, $sql = null)
Construct the exception.
at line 118
string
getSeverity()
Gets the exception severity.