QueryException
class QueryException extends PDOException (View source)
Methods
void __construct(string $sql, array $bindings, Exception $previous) Create a new query exception instance. string getSql() Get the SQL for the query. array getBindings() Get the bindings for the query.