class AuthenticationException in Smart IP 6.2
Same name in this branch
- 6.2 includes/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php \MaxMind\Exception\AuthenticationException
- 6.2 includes/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php \GeoIp2\Exception\AuthenticationException
Same name and namespace in other branches
- 7.2 includes/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php \MaxMind\Exception\AuthenticationException
This class represents an error authenticating
Hierarchy
- class \MaxMind\Exception\WebServiceException extends \MaxMind\Exception\Exception
- class \MaxMind\Exception\HttpException
- class \MaxMind\Exception\InvalidRequestException
- class \MaxMind\Exception\AuthenticationException
- class \MaxMind\Exception\InvalidRequestException
- class \MaxMind\Exception\HttpException
Expanded class hierarchy of AuthenticationException
1 file declares its use of AuthenticationException
- Client.php in includes/
vendor/ maxmind/ web-service-common/ src/ WebService/ Client.php
File
- includes/
vendor/ maxmind/ web-service-common/ src/ Exception/ AuthenticationException.php, line 8
Namespace
MaxMind\ExceptionView source
class AuthenticationException extends InvalidRequestException {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
HttpException:: |
private | property | The URI queried | |
HttpException:: |
public | function | ||
HttpException:: |
public | function | ||
InvalidRequestException:: |
private | property | The code returned by the MaxMind web service | |
InvalidRequestException:: |
public | function | ||
InvalidRequestException:: |
public | function |
Overrides HttpException:: |