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.
2 parents d6bae26 + 2769e3f commit c13c73dCopy full SHA for c13c73d
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