class PreviewErrorController
PreviewErrorController can be used to test error pages. It will create a test exception and forward it to another controller.
Methods
__construct(HttpKernelInterface $kernel, $controller)
previewErrorPageAction(Request $request, $code)
Details
__construct(HttpKernelInterface $kernel, $controller)
Parameters HttpKernelInterface $kernel $controller
previewErrorPageAction(Reque