Browse Source

fix exception namespace

main
yggverse 5 months ago
parent
commit
5b6e645a4b
  1. 2
      src/Client/Request.php

2
src/Client/Request.php

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

Loading…
Cancel
Save