@@ -54,7 +54,8 @@ |
||
| 54 | 54 | |
| 55 | 55 | $this->logger->log( $message, $this->translatePriority( $priority ) ); |
| 56 | 56 | } |
| 57 | - catch( \Exception $e ) { |
|
| 57 | + catch( \Exception $e ) |
|
| 58 | + { |
|
| 58 | 59 | throw new \Aimeos\MW\Logger\Exception( $e->getMessage(), $e->getCode(), $e ); |
| 59 | 60 | } |
| 60 | 61 | } |