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