summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/IdempotencyException.php
blob: 09dbf07f7683a8a5b43c780793bbf04575554f94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Stripe\Exception;

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