Exception: EightBall::ConfigurationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/eight_ball/configuration_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'An invalid configuration was detected') ⇒ ConfigurationError

Returns a new instance of ConfigurationError.



5
6
7
# File 'lib/eight_ball/configuration_error.rb', line 5

def initialize(msg = 'An invalid configuration was detected')
  super
end