summaryrefslogblamecommitdiffstats
path: root/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php
blob: 4d6b3be93b49fa6978e82a3dc7f543fda2b8e2fe (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                 
<?php

namespace MaxMind\Exception;

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