@@ -70,8 +70,7 @@ |
||
70 | 70 | foreach ($this->stack as $method => $arguments) { |
71 | 71 | try { |
72 | 72 | $out = call_user_func_array([$out, $method], $arguments); |
73 | - } |
|
74 | - catch (\Exception $e) { |
|
73 | + } catch (\Exception $e) { |
|
75 | 74 | // Throw $e with the good stack (usage exception) |
76 | 75 | throw $e; |
77 | 76 | } |