Fix Exceptions namespaces

This commit is contained in:
Maarten 2019-12-24 00:39:09 +01:00
parent 69c761c3b1
commit df52bab204
23 changed files with 40 additions and 46 deletions

View file

@ -2,7 +2,7 @@
namespace Runtime\Http;
use Runtime\Exceptions\InvalidArgumentException;
use Runtime\Exceptions\Exceptions\InvalidArgumentException;
class Response
{