Exception: Statesmin::NotImplementedError

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

Instance Method Summary collapse

Constructor Details

#initialize(method_name, transition_class_name) ⇒ NotImplementedError

Returns a new instance of NotImplementedError.



10
11
12
# File 'lib/statesmin/exceptions.rb', line 10

def initialize(method_name, transition_class_name)
  super(_message(method_name, transition_class_name))
end