[TASK] Made abstract ExceptionHandler class an interface.

- Updated documentation to reflect new changes.
This commit is contained in:
Simon Sessingø
2016-04-09 09:42:57 +02:00
parent 257875c6f9
commit 7234415e24
4 changed files with 17 additions and 14 deletions
+3
View File
@@ -55,6 +55,9 @@ This router is heavily inspired by the Laravel 5.* router, so anything you find
### Basic example
- ExceptionsHandlers must implement the `IExceptionHandler` interface.
- Middlewares must implement the `IMiddleware` interface.
```php
use Pecee\SimpleRouter\SimpleRouter;