You are here

AuthenticationException.php in Smart IP 6.2

Namespace

MaxMind\Exception

File

includes/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php
View source
<?php

namespace MaxMind\Exception;


/**
 * This class represents an error authenticating
 */
class AuthenticationException extends InvalidRequestException {

}

Classes

Namesort descending Description
AuthenticationException This class represents an error authenticating