@@ -39,7 +39,7 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | public function __construct() |
| 41 | 41 | { |
| 42 | - $this->onException(function (\Exception $exception) { |
|
| 42 | + $this->onException(function(\Exception $exception) { |
|
| 43 | 43 | throw new Exception(sprintf($this->exceptionMessage, $exception->getMessage()), 0, $exception); |
| 44 | 44 | }); |
| 45 | 45 | } |