Fix Exceptions namespaces
This commit is contained in:
parent
69c761c3b1
commit
df52bab204
23 changed files with 40 additions and 46 deletions
|
@ -3,7 +3,7 @@
|
|||
namespace Runtime\Router\ClassLoader;
|
||||
|
||||
use DI\Container;
|
||||
use Runtime\Router\Exceptions\NotFoundHttpException;
|
||||
use Runtime\Exceptions\Exceptions\NotFoundHttpException;
|
||||
|
||||
class ClassLoader implements IClassLoader
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue