@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Anax\Route; |
4 | 4 | |
5 | -use Anax\Commons\ContainerInjectableInterface; |
|
6 | -use Anax\Route\Exception\ConfigurationException; |
|
7 | - |
|
8 | 5 | /** |
9 | 6 | * Matching a incoming path to see it it matches a route. |
10 | 7 | */ |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Anax\Route; |
4 | 4 | |
5 | 5 | use Anax\Commons\ContainerInjectableInterface; |
6 | -use Anax\Route\Exception\ConfigurationException; |
|
7 | 6 | use Psr\Container\ContainerInterface; |
8 | 7 | |
9 | 8 | /** |
@@ -1,7 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Anax\Route\Exception\NotFoundException; |
|
4 | - |
|
5 | 3 | /** |
6 | 4 | * Routes to ease development and debugging. |
7 | 5 | */ |