We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8473c4 commit a6e0890Copy full SHA for a6e0890
create_framework/http_kernel_httpkernel_class.rst
@@ -82,7 +82,7 @@ can take any valid controller as an exception handler, so you can create an
82
ErrorController class instead of using a Closure::
83
84
$listener = new HttpKernel\EventListener\ExceptionListener(
85
- 'Calendar\Controller\ErrorController::exceptionAction'
+ 'Calendar\Controller\ErrorController::exception'
86
);
87
$dispatcher->addSubscriber($listener);
88
0 commit comments