aboutsummaryrefslogtreecommitdiff
path: root/includes/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php
blob: 31608f71854b2a2059ebfa2dff1b2d5bb0e719e2 (plain) (blame)
1
2
3
4
5
6
7
<?php

namespace MaxMind\Exception;

class IpAddressNotFoundException extends InvalidRequestException
{
}