<?php

declare(strict_types=1);

namespace SlimStat\Dependencies\MaxMind\WebService;

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