/
home
/
assocoweys
/
sompe
/
plugins
/
system
/
tgeoip
/
vendor
/
maxmind
/
web-service-common
/
src
/
Exception
/
Upload File
HOME
<?php declare (strict_types=1); namespace Tassos\Vendor\MaxMind\Exception; /** * Thrown when the account is out of credits. */ class InsufficientFundsException extends InvalidRequestException { }