diff --git a/src/pjdietz/WellRESTed/Router.php b/src/pjdietz/WellRESTed/Router.php index aaf6cc7..a3d5fc2 100644 --- a/src/pjdietz/WellRESTed/Router.php +++ b/src/pjdietz/WellRESTed/Router.php @@ -30,6 +30,7 @@ class Router implements HandlerInterface public function __construct() { $this->routes = array(); + $this->errorHandlers = array(); } /**