@@ -61,7 +61,8 @@ |
||
61 | 61 | $this->logger->log( $this->getLogLevel( $priority ), $message ); |
62 | 62 | } |
63 | 63 | } |
64 | - catch( \Exception $e ) { |
|
64 | + catch( \Exception $e ) |
|
65 | + { |
|
65 | 66 | throw new Exception( $e->getMessage(), $e->getCode(), $e ); |
66 | 67 | } |
67 | 68 |