Skip to content

Commit

Permalink
Merge pull request #1017 from jim-parry/Fix-routing
Browse files Browse the repository at this point in the history
Fix exception path in Router
  • Loading branch information
lonnieezell authored May 8, 2018
2 parents 4c2e929 + c337830 commit e7e3e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ nb-configuration.xml
.vscode/

/results/
/phpunit.xml
2 changes: 1 addition & 1 deletion system/Router/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @since Version 3.0.0
* @filesource
*/
use CodeIgniter\PageNotFoundException;
use CodeIgniter\Exceptions\PageNotFoundException;
use CodeIgniter\Router\Exceptions\RouterException;

/**
Expand Down

0 comments on commit e7e3e1b

Please sign in to comment.