OSDN Git Service

Router::match throws Exception when no match
authorfrostbane <frostbane@programmer.net>
Thu, 28 Nov 2019 06:09:26 +0000 (15:09 +0900)
committerfrostbane <frostbane@programmer.net>
Thu, 28 Nov 2019 06:39:30 +0000 (15:39 +0900)
commit13811572602affece548470592150068f6f4ddfa
tree75d92c8ed39fa80046d7578654a484f295c25cc3
parentb1c6e51d1556176dbdb1cdbe1e26e2b77558d3fe
Router::match throws Exception when no match

this is for 404 pages

add more unit tests
src/Router.php
tests/src/PHPRouterTest/RouterTest.php