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