class IllegalStateError

Public Class Methods

new(msg = nil) click to toggle source
Calls superclass method
# File lib/train-habitat/illegal_state_error.rb, line 4
def initialize(msg = nil)
  super
end