class ProcedureException extends Exception

Database procedure exception.

Properties

protected string $severity

Methods

__construct(string $message = '', int|string $code = 0, string $severity = '', string $sql = null)

Construct the exception.

string
getSeverity()

Gets the exception severity.

Details

at line 96
__construct(string $message = '', int|string $code = 0, string $severity = '', string $sql = null)

Construct the exception.

Parameters

string $message
int|string $code
string $severity
string $sql

at line 106
string getSeverity()

Gets the exception severity.

Return Value

string