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