class AddressNotFoundException in Smart IP 7.2
Same name and namespace in other branches
- 6.2 includes/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php \GeoIp2\Exception\AddressNotFoundException
This class represents a generic error.
Hierarchy
- class \GeoIp2\Exception\GeoIp2Exception extends \GeoIp2\Exception\Exception
- class \GeoIp2\Exception\AddressNotFoundException
Expanded class hierarchy of AddressNotFoundException
2 files declare their use of AddressNotFoundException
- Client.php in includes/
vendor/ geoip2/ geoip2/ src/ WebService/ Client.php - Reader.php in includes/
vendor/ geoip2/ geoip2/ src/ Database/ Reader.php
File
- includes/
vendor/ geoip2/ geoip2/ src/ Exception/ AddressNotFoundException.php, line 8
Namespace
GeoIp2\ExceptionView source
class AddressNotFoundException extends GeoIp2Exception {
}