UniqueConstraintViolationException
class UniqueConstraintViolationException extends QueryException (View source)
Properties
string | $connectionName | The database connection name. |
from QueryException |
protected string | $sql | The SQL for the query. |
from QueryException |
protected array | $bindings | The bindings for the query. |
from QueryException |
Methods
void
__construct(string $connectionName, string $sql, array $bindings, Throwable $previous)
Create a new query exception instance.
from
QueryException
string
formatMessage(string $connectionName, string $sql, array $bindings, Throwable $previous)
Format the SQL error message.
from
QueryException
Details
void
__construct(string $connectionName, string $sql, array $bindings, Throwable $previous)
Create a new query exception instance.
protected string
formatMessage(string $connectionName, string $sql, array $bindings, Throwable $previous)
Format the SQL error message.
string
getConnectionName()
Get the connection name for the query.
string
getSql()
Get the SQL for the query.
array
getBindings()
Get the bindings for the query.