@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Germania\Middleware; |
| 4 | 4 | |
| 5 | 5 | use Germania\Middleware\Exceptions\FactoryException; |
| 6 | - |
|
| 7 | 6 | use Psr\Http\Message\RequestInterface; |
| 8 | 7 | use Psr\Http\Message\ResponseInterface; |
| 9 | 8 | use Psr\Http\Message\ServerRequestInterface; |
@@ -153,7 +153,7 @@ |
||
| 153 | 153 | * In this class, an include file creates a basic information table. |
| 154 | 154 | * Override this method to use your own method. |
| 155 | 155 | * |
| 156 | - * @param Exception $e |
|
| 156 | + * @param \Throwable $e |
|
| 157 | 157 | * |
| 158 | 158 | * @return string Exception explanation |
| 159 | 159 | */ |