summaryrefslogtreecommitdiffstats
path: root/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php
blob: 3bd2ce9176a32fee620d4d1a52935b2d4e07c035 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

declare(strict_types=1);

namespace MaxMind\Exception;

class IpAddressNotFoundException extends InvalidRequestException
{
}