Class: WorkflowTemplate::Fatal::BadInput
- Inherits:
-
Fatal
- Object
- Fatal
- WorkflowTemplate::Fatal::BadInput
- Defined in:
- lib/workflow_template/error.rb
Instance Method Summary collapse
-
#initialize(value) ⇒ BadInput
constructor
A new instance of BadInput.
Constructor Details
#initialize(value) ⇒ BadInput
Returns a new instance of BadInput.
55 56 57 58 |
# File 'lib/workflow_template/error.rb', line 55 def initialize(value) = "Invalid input, Hash expected, got '#{value.inspect}' (#{value.class.name})" super() end |