ExceptionHandler
interface ExceptionHandler (View source)
Methods
                    bool
                
                
                
            
                    void
                
                
                
            Details
        
                            void
    report(Throwable $e)
        
    
    Report or log an exception.
        
                            bool
    shouldReport(Throwable $e)
        
    
    Determine if the exception should be reported.
        
                            void
    renderForConsole(OutputInterface $output, Throwable $e)
        
    
    | internal | This method is not meant to be used or overwritten outside the framework. | 
Render an exception to the console.