ExceptionController
in package
ExceptionController.
Tags
Table of Contents
- $debug : mixed
- $profiler : mixed
- $twig : mixed
- $errorRenderer : mixed
- __construct() : mixed
- cssAction() : Response
- Renders the exception panel stylesheet for the given token.
- showAction() : Response
- Renders the exception panel for the given token.
- getTemplate() : mixed
- templateExists() : mixed
Properties
$debug
protected
mixed
$debug
$profiler
protected
mixed
$profiler
$twig
protected
mixed
$twig
$errorRenderer
private
mixed
$errorRenderer
Methods
__construct()
public
__construct([Profiler $profiler = null ], Environment $twig, bool $debug[, FileLinkFormatter $fileLinkFormat = null ][, HtmlErrorRenderer $errorRenderer = null ]) : mixed
Parameters
- $profiler : Profiler = null
- $twig : Environment
- $debug : bool
- $fileLinkFormat : FileLinkFormatter = null
- $errorRenderer : HtmlErrorRenderer = null
Return values
mixed —cssAction()
Renders the exception panel stylesheet for the given token.
public
cssAction(string $token) : Response
Parameters
- $token : string
-
The profiler token
Tags
Return values
Response —A Response instance
showAction()
Renders the exception panel for the given token.
public
showAction(string $token) : Response
Parameters
- $token : string
-
The profiler token
Tags
Return values
Response —A Response instance
getTemplate()
protected
getTemplate() : mixed
Return values
mixed —templateExists()
protected
templateExists(mixed $template) : mixed
Parameters
- $template : mixed