summaryrefslogtreecommitdiffstats
path: root/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php
blob: 5843a6d070a6d8fd81c38a14f839173ad9314e02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

declare(strict_types=1);

namespace MaxMind\Exception;

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