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