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