@@ -26,7 +26,7 @@ |
||
26 | 26 | /* Return current action route */ |
27 | 27 | $action = Router::currentAction(); |
28 | 28 | |
29 | -}catch(Exception $er){ |
|
29 | +} catch(Exception $er){ |
|
30 | 30 | |
31 | 31 | die("Code Error: {$er->getCode()}, Line: {$er->getLine()}, File: {$er->getFile()}, Message: {$er->getMessage()}."); |
32 | 32 |
@@ -81,7 +81,7 @@ |
||
81 | 81 | self::getInstance()->checkMethod($route, $_SERVER['REQUEST_METHOD']); |
82 | 82 | self::getInstance()->checkData($route, $_SERVER['REQUEST_URI']); |
83 | 83 | return self::getInstance(); |
84 | - }catch(\Exception $er){ |
|
84 | + } catch(\Exception $er){ |
|
85 | 85 | continue; |
86 | 86 | } |
87 | 87 | } |