GeoIp2Exception.php in Smart IP 6.2
Same filename and directory in other branches
Namespace
GeoIp2\ExceptionFile
includes/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.phpView source
<?php
namespace GeoIp2\Exception;
/**
* This class represents a generic error.
*/
class GeoIp2Exception extends \Exception {
}
Classes
Name | Description |
---|---|
GeoIp2Exception | This class represents a generic error. |