SOP.wtf/includes/IpAddressNotFoundException.php

10 lines
132 B
PHP

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