diff --git a/system/view.php b/system/view.php index 81f4c426..bac5682b 100644 --- a/system/view.php +++ b/system/view.php @@ -1,4 +1,4 @@ -path.$view.EXT)) { - throw new \Exception("View [$view] does not exist."); + Exception\Handler::make(new Exception("View [$view] does not exist."))->handle(); } foreach ($this->data as &$data)