mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
10 lines
192 B
PHP
10 lines
192 B
PHP
<?php
|
|
|
|
namespace Stripe\Exception;
|
|
|
|
/**
|
|
* IdempotencyException is thrown in cases where an idempotency key was used
|
|
* improperly.
|
|
*/
|
|
class IdempotencyException extends ApiErrorException {}
|