You are here

AuthenticationException.php in Smart IP 6.2

Namespace

GeoIp2\Exception

File

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

namespace GeoIp2\Exception;


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

}

Classes

Namesort descending Description
AuthenticationException This class represents a generic error.