class SageWorld::InvalidConfigurationError
Constants
- INVALID_CONFIGURATION
Public Class Methods
new(message = INVALID_CONFIGURATION)
click to toggle source
Calls superclass method
# File lib/sage_world/exceptions/invalid_configuration_error.rb, line 6 def initialize(message = INVALID_CONFIGURATION) super end