| Current Path : /var/www/www.indacotrentino.com/www/vendor/stripe/stripe-php/lib/Exception/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/stripe/stripe-php/lib/Exception/IdempotencyException.php |
<?php
namespace Stripe\Exception;
/**
* IdempotencyException is thrown in cases where an idempotency key was used
* improperly.
*/
class IdempotencyException extends ApiErrorException
{
}