PATH:
home
/
carfac
/
.trash
/
wp-statistics
/
src
/
Dependencies
/
GeoIp2
/
Exception
<?php declare(strict_types=1); namespace WP_Statistics\Dependencies\GeoIp2\Exception; /** * This class represents a generic error. */ class AuthenticationException extends GeoIp2Exception { }
[-] AddressNotFoundException.php
[edit]
[-] InvalidRequestException.php
[edit]
[-] OutOfQueriesException.php
[edit]
[-] AuthenticationException.php
[edit]
[-] GeoIp2Exception.php
[edit]
[-] HttpException.php
[edit]
[+]
..