Skip to content

Commit 0d6beb1

Browse files
committed
merged branch pedrotgimenez/part11 (PR #21)
Commits ------- 60617d7 Fixed one typo. Discussion ---------- Fixed one typo.
2 parents aae0705 + 60617d7 commit 0d6beb1

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
@@ -75,7 +75,7 @@ make your error management configurable::
7575
$msg = 'Something went wrong! ('.$exception->getMessage().')';
7676

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

8181
``ExceptionListener`` gives you a ``FlattenException`` instance instead of the

0 commit comments

Comments
 (0)