DatabaseException
class DatabaseException extends Exception (View source)
Error class for database exceptions
Properties
protected | string | $sql | The SQL that generated this error |
|
protected | array | $parameters | The parameters given for this query, if any |
Methods
public
__construct(string $message = '', int $code = 0, Exception $previous = null, string $sql = null, array $parameters = [])
Constructs the database exception
Details
string
getSQL()
Returns the SQL that generated this error
array
getParameters()
The parameters given for this query, if any
__construct(string $message = '', int $code = 0, Exception $previous = null, string $sql = null, array $parameters = [])
Constructs the database exception