Tidying and doc fixes
This commit is contained in:
@@ -17,7 +17,7 @@ class HttpException extends GeoIp2Exception
|
||||
$message,
|
||||
$httpStatus,
|
||||
$uri,
|
||||
Exception $previous = null
|
||||
\Exception $previous = null
|
||||
) {
|
||||
$this->uri = $uri;
|
||||
parent::__construct($message, $httpStatus, $previous);
|
||||
|
||||
Reference in New Issue
Block a user