Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b7581d

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎book/part11.rst

Copy file name to clipboardExpand all lines: book/part11.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.