mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-10 00:02:25 -04:00
5 lines
66 B
Ruby
5 lines
66 B
Ruby
module Stripe
|
|
class AuthenticationError < StripeError
|
|
end
|
|
end
|