1<?php
2
3namespace MaxMind\Exception;
4
5/**
6 * Thrown when the account is out of credits.
7 */
8class InsufficientFundsException extends InvalidRequestException
9{
10}
11