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