@@ -13,7 +13,7 @@ |
||
13 | 13 | |
14 | 14 | Router::create()->dispatch(); |
15 | 15 | |
16 | -}catch(Exception $er){ |
|
16 | +} catch(Exception $er){ |
|
17 | 17 | |
18 | 18 | die("Code Error: {$er->getCode()}, Line: {$er->getLine()}, File: {$er->getFile()}, Message: {$er->getMessage()}."); |
19 | 19 |
@@ -122,7 +122,7 @@ |
||
122 | 122 | |
123 | 123 | try{ |
124 | 124 | $buffer_tpl = $this->getOB($this->path . DIRECTORY_SEPARATOR . $tpl . '.tpl.php'); |
125 | - }catch(\Exception $er){ |
|
125 | + } catch(\Exception $er){ |
|
126 | 126 | var_dump($er); |
127 | 127 | die(); |
128 | 128 | } |