1<?php
2
3namespace MaxMind\Exception;
4
5/**
6 * This class represents an error authenticating.
7 */
8class AuthenticationException extends InvalidRequestException
9{
10}
11