Files

10 lines
192 B
PHP
Raw Permalink Normal View History

2025-08-11 05:58:17 +01:00
<?php
namespace Stripe\Exception;
/**
* IdempotencyException is thrown in cases where an idempotency key was used
* improperly.
*/
class IdempotencyException extends ApiErrorException {}