File "IdempotencyException.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/stripe/stripe-php/lib/Exception/IdempotencyException.php
File size: 193 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Stripe\Exception;

/**
 * IdempotencyException is thrown in cases where an idempotency key was used
 * improperly.
 */
class IdempotencyException extends ApiErrorException
{
}