<?phpdeclare(strict_types=1);namespace MaxMindException;/** * This class represents an error authenticating. */class AuthenticationException extends InvalidRequestException{}