ExceptionController
class ExceptionController
Methods
| __construct(Profiler $profiler = null, Environment $twig, bool $debug) | |
Response | showAction(string $token) Renders the exception panel for the given token. | |
Response | cssAction(string $token) Renders the exception panel stylesheet for the given token. | |
Details
__construct(Profiler $profiler = null, Environment $twig, bool $debug)
Parameters
Profiler | $profiler | |
Environment | $twig | |
bool | $debug | |
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
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