@@ -53,8 +53,7 @@ |
||
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | $this->logger->log( $message, $this->translatePriority( $priority ) ); |
| 56 | - } |
|
| 57 | - catch( \Exception $e ) { |
|
| 56 | + } catch( \Exception $e ) { |
|
| 58 | 57 | throw new \Aimeos\MW\Logger\Exception( $e->getMessage(), $e->getCode(), $e ); |
| 59 | 58 | } |
| 60 | 59 | } |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | /** |
| 32 | 32 | * Initializes the request view helper. |
| 33 | 33 | * |
| 34 | - * @param \\Aimeos\MW\View\Iface $view View instance with registered view helpers |
|
| 34 | + * @param \Aimeos\MW\View\Iface $view View instance with registered view helpers |
|
| 35 | 35 | * @param \Neos\Flow\Http\Request $request Flow request object |
| 36 | 36 | * @param array $files List of uploaded files like in $_FILES |
| 37 | 37 | * @param array $query List of uploaded files like in $_GET |