PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
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 { }
[-] OutOfQueriesException.php
[edit]
[-] HttpException.php
[edit]
[-] AddressNotFoundException.php
[edit]
[-] AuthenticationException.php
[edit]
[-] GeoIp2Exception.php
[edit]
[+]
..
[-] InvalidRequestException.php
[edit]