@@ -102,8 +102,7 @@ |
||
| 102 | 102 | |
| 103 | 103 | $view->resources = (array) $resources; |
| 104 | 104 | $status = 200; |
| 105 | - } |
|
| 106 | - catch( \Exception $e ) |
|
| 105 | + } catch( \Exception $e ) |
|
| 107 | 106 | { |
| 108 | 107 | $status = 500; |
| 109 | 108 | $view->errors = $this->getErrorDetails( $e ); |