@@ -126,8 +126,7 @@ |
||
| 126 | 126 | return $this->parser->parse($data); |
| 127 | 127 | } |
| 128 | 128 | throw new \InvalidArgumentException("file could not be loaded"); |
| 129 | - } |
|
| 130 | - catch (\Exception $e) { |
|
| 129 | + } catch (\Exception $e) { |
|
| 131 | 130 | throw new \InvalidArgumentException("file could not be loaded (".$e->getMessage().")"); |
| 132 | 131 | } |
| 133 | 132 | } |