Interfaces, Classes, Traits and Enums
    
            - ErrorControllerInterface
 
        
    
    
    
    
    Table of Contents
    
                    - 
    $exception
    
                         : Exception            
 
            - 
    $save_crash
    
                         : bool            
 
            - 
    $url
    
                         : string            
 
                - 
    __construct()
    
                                 : mixed    
 
            - 
    html()
    
                                 : string    
 
            - 
    htmlCard()
    
                                 : string    
 
            - 
    setSaveCrash()
    
                                 : void    
 
        
        
        
    
        
                    
    
        $exception
        
        
                                
    
    
    
    
    protected
        Exception
    $exception
    
    
    
    
                    
    
        $save_crash
        
        
                                
    
    
    
    
    protected
        bool
    $save_crash
     = false
    
    
    
                    
    
        $url
        
        
                                
    
    
    
    
    protected
        string
    $url
    
    
    
    
            
            
        
                    
    
        __construct()
        
    
    
    
    
    public
                    __construct(Exception $exception[, string $url = '' ]) : mixed
        
        Parameters
    
                    - 
                $exception
                : Exception
                            
 
            - 
                    
            
 
                    - 
                $url
                : string
                 = ''            
 
            - 
                    
            
 
            
    
        Return values
    mixed
            —
        
    
                    
    
        html()
        
    
    
    
    
    protected
                    html(string $title, string $bodyHtml, string $bodyCss) : string
        
        Parameters
    
                    - 
                $title
                : string
                            
 
            - 
                    
            
 
                    - 
                $bodyHtml
                : string
                            
 
            - 
                    
            
 
                    - 
                $bodyCss
                : string
                            
 
            - 
                    
            
 
            
    
        Return values
    string
            —
        
    
                    
    
        htmlCard()
        
    
    
    
    
    protected
                    htmlCard(string $title, string $cardBody, string $bodyCss[, string $table = '' ]) : string
        
        Parameters
    
                    - 
                $title
                : string
                            
 
            - 
                    
            
 
                    - 
                $cardBody
                : string
                            
 
            - 
                    
            
 
                    - 
                $bodyCss
                : string
                            
 
            - 
                    
            
 
                    - 
                $table
                : string
                 = ''            
 
            - 
                    
            
 
            
    
        Return values
    string
            —
        
    
                    
    
        setSaveCrash()
        
    
    
    
    
    protected
                    setSaveCrash(bool $save) : void
        
        Parameters
    
                    - 
                $save
                : bool
                            
 
            - 
                    
            
 
            
    
        Return values
    void
            —