Class: WorkflowTemplate::Fatal::Detailed
- Inherits:
-
Fatal
- Object
- Fatal
- WorkflowTemplate::Fatal::Detailed
- Defined in:
- lib/workflow_template/error.rb
Instance Method Summary collapse
-
#initialize(action_name, input, message) ⇒ Detailed
constructor
A new instance of Detailed.
Constructor Details
#initialize(action_name, input, message) ⇒ Detailed
Returns a new instance of Detailed.
62 63 64 65 |
# File 'lib/workflow_template/error.rb', line 62 def initialize(action_name, input, ) = "Fatal error in '#{action_name}': #{}, input: #{input.inspect}" super() end |