mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-13 00:27:57 +00:00
fix exception namespace
This commit is contained in:
parent
e36d9fb2a1
commit
5b6e645a4b
@ -33,7 +33,7 @@ class Request
|
||||
|
||||
else
|
||||
{
|
||||
throw new Exception(); // @TODO
|
||||
throw new \Exception(); // @TODO
|
||||
}
|
||||
|
||||
if ($port = parse_url($url, PHP_URL_PORT))
|
||||
|
Loading…
Reference in New Issue
Block a user