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