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