Skip to content

Commit 2769e3f

Browse files
authored
Fix wrong import path
1 parent 1f8dcc1 commit 2769e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Managing Errors and 404 Pages
300300
When things are not found, you should return a 404 response. To do this, throw a
301301
special type of exception::
302302

303-
use Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException;
303+
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
304304

305305
// ...
306306
public function indexAction()

0 commit comments

Comments
 (0)