Exception: Stripe::InvalidCallbackResponseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/stripe_rails/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Response must be a hash!') ⇒ InvalidCallbackResponseError



40
41
42
# File 'lib/stripe_rails/errors.rb', line 40

def initialize(msg='Response must be a hash!')
  super
end