@@ -16,7 +16,7 @@ |
||
| 16 | 16 | ]; |
| 17 | 17 | |
| 18 | 18 | Viewer::create(__DIR__.'/Views/') |
| 19 | - ->render('default', $data); |
|
| 19 | + ->render('default', $data); |
|
| 20 | 20 | |
| 21 | 21 | }catch(Exception $er){ |
| 22 | 22 | |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | Viewer::create(__DIR__.'/Views/') |
| 19 | 19 | ->render('default', $data); |
| 20 | 20 | |
| 21 | -}catch(Exception $er){ |
|
| 21 | +} catch(Exception $er){ |
|
| 22 | 22 | |
| 23 | 23 | die("Code Error: {$er->getCode()}, Line: {$er->getLine()}, File: {$er->getFile()}, Message: {$er->getMessage()}."); |
| 24 | 24 | |
@@ -117,7 +117,7 @@ |
||
| 117 | 117 | |
| 118 | 118 | try{ |
| 119 | 119 | $buffer_tpl = $this->getOB($this->path . DIRECTORY_SEPARATOR . $tpl . '.tpl.php', $data); |
| 120 | - }catch(Exception $er){ |
|
| 120 | + } catch(Exception $er){ |
|
| 121 | 121 | throw $er; |
| 122 | 122 | } |
| 123 | 123 | |