Skip to content

Commit 54796d3

Browse files
authored
Update README.md
1 parent d0126b8 commit 54796d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class DefaultExceptionsHandler extends AbstractExceptionHandler {
8484
After implementing the handler, the developer must set it as exceptions handler. To do that, simply the developer have to use the method `Handler::setHandler()` in any place in his source code.
8585

8686
``` php
87-
Handler::setHandler(new AbstractExceptionHandler());
87+
Handler::setHandler(new DefaultExceptionsHandler());
8888
```
8989

9090

0 commit comments

Comments
 (0)