Fix Exceptions namespaces
This commit is contained in:
parent
69c761c3b1
commit
df52bab204
23 changed files with 40 additions and 46 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace Runtime\Factory;
|
||||
|
||||
use Runtime\Exceptions\ClassNotFoundException;
|
||||
use Runtime\Exceptions\Exceptions\ClassNotFoundException;
|
||||
use Runtime\Http\View\ViewEngine;
|
||||
use Runtime\Router\Route;
|
||||
use Runtime\Exceptions\ExceptionHandler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue