PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
maxmind
/
web-service-common
/
src
/
Exception
/
Editing: AuthenticationException.php
<?php declare(strict_types=1); namespace MaxMind\Exception; /** * This class represents an error authenticating. */ class AuthenticationException extends InvalidRequestException { }
SAVE
CANCEL