@@ -8,8 +8,7 @@ |
||
8 | 8 | public function parse($content) { |
9 | 9 | try { |
10 | 10 | return parent::parse($content); |
11 | - } |
|
12 | - catch (\Exception $e) { |
|
11 | + } catch (\Exception $e) { |
|
13 | 12 | return $this->semValue; |
14 | 13 | } |
15 | 14 | } |