no error handlers case
This commit is contained in:
parent
cc17ebbe48
commit
07c55bb70b
|
|
@ -30,6 +30,7 @@ class Router implements HandlerInterface
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->routes = array();
|
$this->routes = array();
|
||||||
|
$this->errorHandlers = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue