mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-30 00:00:47 -05:00
5 lines
55 B
Ruby
5 lines
55 B
Ruby
module Stripe
|
|
class APIError < StripeError
|
|
end
|
|
end
|