You are here

InsufficientFundsException.php in Smart IP 6.2

Namespace

MaxMind\Exception

File

includes/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php
View source
<?php

namespace MaxMind\Exception;


/**
 * Thrown when the account is out of credits.
 */
class InsufficientFundsException extends InvalidRequestException {

}

Classes

Namesort descending Description
InsufficientFundsException Thrown when the account is out of credits.