fix exception namespace

This commit is contained in:
yggverse 2024-06-24 23:15:49 +03:00
parent e36d9fb2a1
commit 5b6e645a4b

View File

@ -33,7 +33,7 @@ class Request
else
{
throw new Exception(); // @TODO
throw new \Exception(); // @TODO
}
if ($port = parse_url($url, PHP_URL_PORT))