Exception: RoomoramaApi::Api::Errors::General
- Inherits:
-
StandardError
- Object
- StandardError
- RoomoramaApi::Api::Errors::General
- Defined in:
- lib/roomorama_api/api/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ General
constructor
A new instance of General.
Constructor Details
#initialize ⇒ General
Returns a new instance of General.
20 21 22 |
# File 'lib/roomorama_api/api/errors.rb', line 20 def initialize super("Generic error") end |