AuthenticationException.php in Smart IP 7.2
Same filename in this branch
Same filename and directory in other branches
Namespace
MaxMind\ExceptionFile
includes/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.phpView source
<?php
namespace MaxMind\Exception;
/**
* This class represents an error authenticating
*/
class AuthenticationException extends InvalidRequestException {
}
Classes
Name | Description |
---|---|
AuthenticationException | This class represents an error authenticating |