aboutsummaryrefslogtreecommitdiff
path: root/includes/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php
blob: fe159a2a5dc38c63f9f2feae16e58e2f39d17535 (plain) (blame)
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
{
}