class ExceptionController
ExceptionController.
Methods
| __construct(Twig_Environment $twig, $debug) | ||
| Response |
showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null, string $format = 'html')
Converts an Exception to a Response. |
Details
at line 30
public
__construct(Twig_Environment $twig, $debug)
at line 48
public Response
showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null, string $format = 'html')
Converts an Exception to a Response.