object(CoffeeCode\Router\Router)#9 (1) { ["GET"]=> array(3) { [""]=> array(6) { ["route"]=> string(0) "" ["name"]=> string(8) "web.home" ["method"]=> string(3) "GET" ["handler"]=> string(29) "App\Controllers\WebController" ["action"]=> string(5) "index" ["data"]=> array(0) { } } ["/"]=> array(6) { ["route"]=> string(1) "/" ["name"]=> string(8) "web.home" ["method"]=> string(3) "GET" ["handler"]=> string(29) "App\Controllers\WebController" ["action"]=> string(5) "index" ["data"]=> array(0) { } } ["/ooops/([^/]+)"]=> array(6) { ["route"]=> string(18) "/ooops/{errorcode}" ["name"]=> string(9) "web.error" ["method"]=> string(3) "GET" ["handler"]=> string(26) "App\Controllers\Controller" ["action"]=> string(5) "error" ["data"]=> array(1) { ["errorcode"]=> string(3) "404" } } } } array(1) { ["errorcode"]=> string(3) "404" }