14 lines
225 B
PHP
Executable File

<?php
namespace Stripe\Exception;
/**
* IdempotencyException is thrown in cases where an idempotency key was used
* improperly.
*
* @package Stripe\Exception
*/
class IdempotencyException extends ApiErrorException
{
}