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