@@ -33,7 +33,7 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | protected function resolveException($exception) :\Throwable |
| 35 | 35 | { |
| 36 | - if (is_string($exception) || ! ($exception instanceof \Throwable)) { |
|
| 36 | + if (is_string($exception) || !($exception instanceof \Throwable)) { |
|
| 37 | 37 | try { |
| 38 | 38 | $exception = new $exception; |
| 39 | 39 | } catch (\ArgumentCountError $e) { |