Skip to content

Commit 60617d7

Browse files
author
Pedro Gimenez
committed
Fixed one typo.
1 parent aae0705 commit 60617d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/part11.rst

+1-1
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)