Exception: SageWorld::InvalidConfigurationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sage_world/exceptions/invalid_configuration_error.rb

Constant Summary collapse

INVALID_CONFIGURATION =
'SageWorld configuration not found.'.freeze

Instance Method Summary collapse

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(message = INVALID_CONFIGURATION)
  super
end