Exception: Stripe::InvalidCallbackResponseError
- Inherits:
-
StandardError
- Object
- StandardError
- Stripe::InvalidCallbackResponseError
- Defined in:
- lib/stripe_rails/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'Response must be a hash!') ⇒ InvalidCallbackResponseError
constructor
A new instance of InvalidCallbackResponseError.
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 |