Files
links/patches/third_party/geoip2/geoip2/src/Exception/OutOfQueriesException.php
T
2026-06-20 04:47:34 +08:00

13 lines
168 B
PHP
Executable File

<?php
declare(strict_types=1);
namespace GeoIp2\Exception;
/**
* This class represents a generic error.
*/
class OutOfQueriesException extends GeoIp2Exception
{
}