ExceptionController

ExceptionController

class ExceptionController

ExceptionController.

Methods

__construct(Profiler $profiler = null, Environment $twig, $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, $debug)

Parameters

Profiler $profiler
Environment $twig
$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

NotFoundHttpException

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

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.3/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部