Viewing File: /home/webrbaew/candycleansestore.co/stripe/lib/Exception/IdempotencyException.php

<?php

namespace Stripe\Exception;

/**
 * IdempotencyException is thrown in cases where an idempotency key was used
 * improperly.
 *
 * @package Stripe\Exception
 */
class IdempotencyException extends ApiErrorException
{
}
Back to Directory File Manager