Exception: SageWorld::GeneralError
- Inherits:
-
StandardError
- Object
- StandardError
- SageWorld::GeneralError
- Defined in:
- lib/sage_world/exceptions/general_exception.rb
Constant Summary collapse
- DEFAULT_MESSAGE =
'Error occured while fetching data.'
Instance Method Summary collapse
-
#initialize(message = DEFAULT_MESSAGE) ⇒ GeneralError
constructor
A new instance of GeneralError.
Constructor Details
#initialize(message = DEFAULT_MESSAGE) ⇒ GeneralError
Returns a new instance of GeneralError.
6 7 8 |
# File 'lib/sage_world/exceptions/general_exception.rb', line 6 def initialize( = DEFAULT_MESSAGE) super end |