<?php
namespace Stripe\Exception;
/**
* IdempotencyException is thrown in cases where an idempotency key was used
* improperly.
*/
class IdempotencyException extends ApiErrorException
{
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository