We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8dcc1 commit 2769e3fCopy full SHA for 2769e3f
controller.rst
@@ -300,7 +300,7 @@ Managing Errors and 404 Pages
300
When things are not found, you should return a 404 response. To do this, throw a
301
special type of exception::
302
303
- use Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException;
+ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
304
305
// ...
306
public function indexAction()
0 commit comments