mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
5 lines
61 B
Ruby
5 lines
61 B
Ruby
module Stripe
|
|
class RateLimitError < StripeError
|
|
end
|
|
end
|