WhoopsHandler
class WhoopsHandler (View source)
Methods
                    PrettyPageHandler
                
                
                    forDebug()
        
                                            
                
            Create a new Whoops handler for debug mode.
                    $this
                
                
                    registerApplicationPaths(PrettyPageHandler $handler)
        
                                            
                
            Register the application paths with the handler.
                    array
                
                
                    directoriesExceptVendor()
        
                                            
                
            Get the application paths except for the "vendor" directory.
                    $this
                
                
                    registerBlacklist(PrettyPageHandler $handler)
        
                                            
                
            Register the blacklist with the handler.
                    $this
                
                
                    registerEditor(PrettyPageHandler $handler)
        
                                            
                
            Register the editor with the handler.
Details
        
                            PrettyPageHandler
    forDebug()
        
    
    Create a new Whoops handler for debug mode.
        
                    protected        $this
    registerApplicationPaths(PrettyPageHandler $handler)
        
    
    Register the application paths with the handler.
        
                    protected        array
    directoriesExceptVendor()
        
    
    Get the application paths except for the "vendor" directory.
        
                    protected        $this
    registerBlacklist(PrettyPageHandler $handler)
        
    
    Register the blacklist with the handler.
        
                    protected        $this
    registerEditor(PrettyPageHandler $handler)
        
    
    Register the editor with the handler.