You are here

AddressNotFoundException.php in Smart IP 6.2

Namespace

GeoIp2\Exception

File

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

namespace GeoIp2\Exception;


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

}

Classes

Namesort descending Description
AddressNotFoundException This class represents a generic error.