@@ -130,8 +130,7 @@ |
||
130 | 130 | unset($this->xml); |
131 | 131 | |
132 | 132 | return $this->json; |
133 | - } |
|
134 | - catch (Exception $e) |
|
133 | + } catch (Exception $e) |
|
135 | 134 | { |
136 | 135 | throw new XMLHelper_Exception( |
137 | 136 | 'Could not convert the XML source to JSON', |
@@ -500,8 +500,7 @@ |
||
500 | 500 | try |
501 | 501 | { |
502 | 502 | return $content(); |
503 | - } |
|
504 | - catch (Exception $e) |
|
503 | + } catch (Exception $e) |
|
505 | 504 | { |
506 | 505 | throw new StringBuilder_Exception( |
507 | 506 | 'The callable has thrown an error.', |