| Current Path : /home/exhehbu/www/wp-content/plugins/eventer/front/stripe/lib/Exception/ |
| Current File : /home/exhehbu/www/wp-content/plugins/eventer/front/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
{
}