Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/stripe/stripe-php/lib/Exception/
Upload File :
Current File : //home/rtorresani/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
{
}