You are here

OutOfQueriesException.php in Smart IP 6.2

Namespace

GeoIp2\Exception

File

includes/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php
View source
<?php

namespace GeoIp2\Exception;


/**
 * This class represents a generic error.
 */
class OutOfQueriesException extends GeoIp2Exception {

}

Classes

Namesort descending Description
OutOfQueriesException This class represents a generic error.