Class: WorkflowTemplate::Fatal::UnexpectedNil
- Inherits:
-
Fatal
- Object
- Fatal
- WorkflowTemplate::Fatal::UnexpectedNil
- Defined in:
- lib/workflow_template/error.rb
Instance Method Summary collapse
-
#initialize(action_name) ⇒ UnexpectedNil
constructor
A new instance of UnexpectedNil.
Constructor Details
#initialize(action_name) ⇒ UnexpectedNil
Returns a new instance of UnexpectedNil.
79 80 81 82 |
# File 'lib/workflow_template/error.rb', line 79 def initialize(action_name) = "Nil return from '#{action_name}', nil is not allowed for 'update' state transition strategy" super() end |