@@ -34,8 +34,7 @@ discard block |
||
34 | 34 | try |
35 | 35 | { |
36 | 36 | include 'kohana.view://'.$kohana_view_filename; |
37 | - } |
|
38 | - catch (Exception $e) |
|
37 | + } catch (Exception $e) |
|
39 | 38 | { |
40 | 39 | // Delete the output buffer |
41 | 40 | ob_end_clean(); |
@@ -59,8 +58,7 @@ discard block |
||
59 | 58 | try |
60 | 59 | { |
61 | 60 | return $this->render(); |
62 | - } |
|
63 | - catch (Exception $e) |
|
61 | + } catch (Exception $e) |
|
64 | 62 | { |
65 | 63 | // Display the exception message |
66 | 64 | Kohana_Exception::handler($e); |