- Renamed to avoid conflicts with other routers.
- Updated documentation.
This commit is contained in:
Simon Sessingø
2015-09-18 20:16:59 +02:00
parent 05a89c368d
commit c9f3cc9329
7 changed files with 92 additions and 26 deletions
@@ -0,0 +1,3 @@
<?php
namespace Pecee\Router;
class RouterException extends \Exception { }