stripe-ruby/lib/stripe/errors/permission_error.rb
Brandur 7b9169712f Rename error class to be singular "permissions"
The addition of this class was unreleased so this is not a breaking
change.
2016-10-14 10:29:09 -07:00

5 lines
62 B
Ruby

module Stripe
class PermissionError < StripeError
end
end