Files
SOP.wtf/includes/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php
2022-10-30 14:32:20 -07:00

10 lines
132 B
PHP

<?php
declare(strict_types=1);
namespace MaxMind\Exception;
class IpAddressNotFoundException extends InvalidRequestException
{
}