class ExceptionController

ExceptionController.

Methods

__construct(Profiler $profiler = null, Twig_Environment $twig, $debug)

No description

showAction(string $token)

Renders the exception panel for the given token.

cssAction(string $token)

Renders the exception panel stylesheet for the given token.

Details

at line line 30
__construct(Profiler $profiler = null, Twig_Environment $twig, $debug)

Parameters

Profiler $profiler
Twig_Environment $twig
$debug

at line line 46
Response showAction(string $token)

Renders the exception panel for the given token.

Parameters

string $token The profiler token

Return Value

Response A Response instance

Exceptions

NotFoundHttpException

at line line 86
Response cssAction(string $token)

Renders the exception panel stylesheet for the given token.

Parameters

string $token The profiler token

Return Value

Response A Response instance

Exceptions

NotFoundHttpException