@@ -123,8 +123,7 @@ |
||
| 123 | 123 | |
| 124 | 124 | try{ |
| 125 | 125 | throw new \Exception("This is an arbitrary exception"); |
| 126 | - } |
|
| 127 | - catch (\Exception $e) |
|
| 126 | + } catch (\Exception $e) |
|
| 128 | 127 | { |
| 129 | 128 | $context_array = array( |
| 130 | 129 | "exception" => $e |