ExceptionController
class ExceptionController
Properties
protected | $twig | | |
protected | $debug | | |
protected | $profiler | | |
Methods
Details
__construct(Profiler $profiler = null, Environment $twig, bool $debug, FileLinkFormatter $fileLinkFormat = null)
Parameters
Response
showAction(string $token)
Renders the exception panel for the given token.
Parameters
string | $token | The profiler token |
Return Value
Exceptions
Response
cssAction(string $token)
Renders the exception panel stylesheet for the given token.
Parameters
string | $token | The profiler token |
Return Value
Exceptions
protected
getTemplate()
protected
templateExists($template)
Parameters