mediatekformation

PreviewErrorController
in package

PreviewErrorController can be used to test error pages.

It will create a test exception and forward it to another controller.

Tags
author

Matthias Pigulla mp@webfactory.de

deprecated

since Symfony 4.4, use the Symfony\Component\HttpKernel\Controller\ErrorController instead.

Table of Contents

$controller  : mixed
$kernel  : mixed
__construct()  : mixed
previewErrorPageAction()  : mixed

Properties

Methods

previewErrorPageAction()

public previewErrorPageAction(Request $request, mixed $code) : mixed
Parameters
$request : Request
$code : mixed
Return values
mixed

Search results