no error handlers case

This commit is contained in:
Phil 2014-12-31 21:12:29 +00:00
parent cc17ebbe48
commit 07c55bb70b
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class Router implements HandlerInterface
public function __construct() public function __construct()
{ {
$this->routes = array(); $this->routes = array();
$this->errorHandlers = array();
} }
/** /**