mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-28 00:01:52 -04:00
5 lines
62 B
Ruby
5 lines
62 B
Ruby
module Stripe
|
|
class PermissionError < StripeError
|
|
end
|
|
end
|