extends |
QueryException |
|---|
| Methods | ||
|---|---|---|
public
|
setIndex(string|null $index): $this
|
# |
public
|
setColumns(list<string> $columns): $this
|
# |
| Methods inherited from Illuminate\Database\QueryException |
|---|
__construct(), formatMessage(), formatConnectionDetails(), getConnectionName(), getSql(), getRawSql(), getBindings(), getConnectionDetails() |
| Methods inherited from Exception |
|---|
__wakeup(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString() |
| Properties | |||
|---|---|---|---|
public
|
string|null
|
$index = null
|
# |
public
|
list<string>
|
$columns = []
|
# |
| Properties inherited from Illuminate\Database\QueryException |
|---|
$connectionName, $sql, $bindings, $readWriteType, $connectionDetails |