Upload files to 'includes'
This commit is contained in:
12
includes/InsufficientFundsException.php
Normal file
12
includes/InsufficientFundsException.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace MaxMind\Exception;
|
||||
|
||||
/**
|
||||
* Thrown when the account is out of credits.
|
||||
*/
|
||||
class InsufficientFundsException extends InvalidRequestException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user