Exception: RoomoramaApi::Api::Errors::InternalError
- Inherits:
-
StandardError
- Object
- StandardError
- RoomoramaApi::Api::Errors::InternalError
- Defined in:
- lib/roomorama_api/api/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InternalError
constructor
A new instance of InternalError.
Constructor Details
#initialize ⇒ InternalError
Returns a new instance of InternalError.
38 39 40 |
# File 'lib/roomorama_api/api/errors.rb', line 38 def initialize super("An error has occurred in Roomorama service") end |