PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
stripe
/
stripe-php
/
lib
/
Exception
/
Editing: IdempotencyException.php
<?php namespace Stripe\Exception; /** * IdempotencyException is thrown in cases where an idempotency key was used * improperly. */ class IdempotencyException extends ApiErrorException { }
SAVE
CANCEL