diff --git a/system/view.php b/system/view.php index ceea8194..f6e4737d 100644 --- a/system/view.php +++ b/system/view.php @@ -158,7 +158,7 @@ class View { if ( ! file_exists($this->path.$view.EXT)) { - Exception\Handler::make(new Exception("View [$view] does not exist."))->handle(); + Exception\Handler::make(new \Exception("View [$view] does not exist."))->handle(); } foreach ($this->data as &$data)