Exception: IllegalStateError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/train-habitat/illegal_state_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ IllegalStateError

Returns a new instance of IllegalStateError.



4
5
6
# File 'lib/train-habitat/illegal_state_error.rb', line 4

def initialize(msg = nil)
  super
end