Exception: Arke::Errors::DeserializationError
- Inherits:
-
StandardError
- Object
- StandardError
- Arke::Errors::DeserializationError
- Defined in:
- lib/arke/errors.rb
Instance Method Summary collapse
-
#initialize(error) ⇒ DeserializationError
constructor
A new instance of DeserializationError.
Constructor Details
#initialize(error) ⇒ DeserializationError
Returns a new instance of DeserializationError.
8 9 10 11 |
# File 'lib/arke/errors.rb', line 8 def initialize(error) = "There was an error deserializing the response, failed with error: #{error.class} - #{error.message}" super end |