Exception: SpreedlyCore::InvalidResponse
- Defined in:
- lib/spreedly-core-ruby.rb
Instance Method Summary collapse
-
#initialize(response, message) ⇒ InvalidResponse
constructor
A new instance of InvalidResponse.
Constructor Details
#initialize(response, message) ⇒ InvalidResponse
Returns a new instance of InvalidResponse.
29 30 31 |
# File 'lib/spreedly-core-ruby.rb', line 29 def initialize(response, ) super("#{}\nResponse:\n#{response.inspect}") end |