Exception: SageWorld::InvalidConfigurationError
- Inherits:
-
StandardError
- Object
- StandardError
- SageWorld::InvalidConfigurationError
- Defined in:
- lib/sage_world/exceptions/invalid_configuration_error.rb
Constant Summary collapse
- INVALID_CONFIGURATION =
'SageWorld configuration not found.'.freeze
Instance Method Summary collapse
-
#initialize(message = INVALID_CONFIGURATION) ⇒ InvalidConfigurationError
constructor
A new instance of InvalidConfigurationError.
Constructor Details
#initialize(message = INVALID_CONFIGURATION) ⇒ InvalidConfigurationError
Returns a new instance of InvalidConfigurationError.
6 7 8 |
# File 'lib/sage_world/exceptions/invalid_configuration_error.rb', line 6 def initialize( = INVALID_CONFIGURATION) super end |