mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-07 00:05:33 -04:00
5 lines
65 B
Ruby
5 lines
65 B
Ruby
module Stripe
|
|
class APIConnectionError < StripeError
|
|
end
|
|
end
|