diff --git a/classes/Router.class.php b/classes/Router.class.php index 9aba3b6..a207549 100644 --- a/classes/Router.class.php +++ b/classes/Router.class.php @@ -70,7 +70,7 @@ final class Router return $route; } } - throw new Exception(E_404); + throw new StaticPageException(E_404); } static public function setRewriteBase($value = '')