CliErrorRenderer
    
            
            in package
            
        
    
            
            implements
                            ErrorRendererInterface                    
    
    
        
        
    Tags
Interfaces, Classes and Traits
- ErrorRendererInterface
 - Formats an exception to be used as response content.
 
Table of Contents
- render() : FlattenException
 - Renders a Throwable as a FlattenException.
 
Methods
render()
Renders a Throwable as a FlattenException.
    public
                render(Throwable $exception) : FlattenException
    
        Parameters
- $exception : Throwable