Class Exception
- Exception
- Laravel\Database\Exception
public
|
#
__construct( string $sql, array $bindings,
Create a new database exception instance. |
public
|
|
protected
|
#
setMessage( string $sql, array $bindings )
Set the exception message to include the SQL and bindings. |
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
protected
|
$inner |
|
#
The inner exception. |
$code,
$file,
$line,
$message
|