diff --git a/system/view.php b/system/view.php index 5db1345a..bcfc9750 100644 --- a/system/view.php +++ b/system/view.php @@ -111,10 +111,8 @@ class View { { return $path; } - else - { - throw new \Exception("View [".$this->view."] doesn't exist."); - } + + throw new \Exception("View [".$this->view."] doesn't exist."); } /**