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