@@ -170,8 +170,7 @@ |
||
| 170 | 170 | if (!empty($actual)) { |
| 171 | 171 | throw new \Exception(sprintf("The element '%s' exists and contains '%s'.", $element , $elements)); |
| 172 | 172 | } |
| 173 | - } |
|
| 174 | - catch (\Exception $e) { |
|
| 173 | + } catch (\Exception $e) { |
|
| 175 | 174 | } |
| 176 | 175 | } |
| 177 | 176 | |