class Rworkflow::TransitionError
Public Instance Methods
message()
click to toggle source
# File lib/rworkflow/transition_error.rb, line 5 def message return "#{@name} transition does not exist" end
# File lib/rworkflow/transition_error.rb, line 5 def message return "#{@name} transition does not exist" end