mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
fix exception namespace
This commit is contained in:
parent
e36d9fb2a1
commit
5b6e645a4b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class Request
|
||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
throw new Exception(); // @TODO
|
throw new \Exception(); // @TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($port = parse_url($url, PHP_URL_PORT))
|
if ($port = parse_url($url, PHP_URL_PORT))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue