Skip to content

Commit 0b7581d

Browse files
committed
merged branch willdurand/patch-1 (PR #16)
Commits ------- 16b5b09 Fixed typo Discussion ---------- Fixed typo
2 parents 831adec + 16b5b09 commit 0b7581d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/part11.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ make your error management configurable::
7676

7777
return new Response($msg, $exception->getStatusCode());
7878
});
79-
$dispatcher->addSubscriber(new HttpKernel\EventListener\ExceptionListener($errorHandler);
79+
$dispatcher->addSubscriber(new HttpKernel\EventListener\ExceptionListener($errorHandler));
8080

8181
``ExceptionListener`` gives you a ``FlattenException`` instance instead of the
8282
thrown ``Exception`` instance to ease exception manipulation and display. It

0 commit comments

Comments
 (0)