@@ -49,9 +49,9 @@ |
||
| 49 | 49 | * @throws InvalidArgumentException Thrown when the parameter is not an instance of a throwable. |
| 50 | 50 | * @return string |
| 51 | 51 | */ |
| 52 | - protected function normalizeException($e) : string |
|
| 52 | + protected function normalizeException($e) : string |
|
| 53 | 53 | { |
| 54 | - if (!$e instanceof \Throwable) { |
|
| 54 | + if (!$e instanceof \Throwable) { |
|
| 55 | 55 | throw new \InvalidArgumentException('Throwable expected, got ' . gettype($e) . ' / ' . get_class($e)); |
| 56 | 56 | } |
| 57 | 57 | |