Exception: ElephantInTheRoom::TheOneApiSdk::Errors::ContentError
- Inherits:
-
StandardError
- Object
- StandardError
- ElephantInTheRoom::TheOneApiSdk::Errors::ContentError
- Defined in:
- lib/elephant_in_the_room/the_one_api_sdk/errors.rb
Overview
Errors related to processing the returned content
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ ContentError
constructor
A new instance of ContentError.
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 |