Exception: ElephantInTheRoom::TheOneApiSdk::Errors::ContentError

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

Overview

Errors related to processing the returned content

Direct Known Subclasses

JsonParseError, NoContentError

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ ContentError

Returns a new instance of ContentError.



31
32
33
# File 'lib/elephant_in_the_room/the_one_api_sdk/errors.rb', line 31

def initialize(msg = nil)
  super
end