Exception: Doing::Errors::EmptyInput
- Inherits:
-
DoingNoTraceError
- Object
- StandardError
- DoingNoTraceError
- Doing::Errors::EmptyInput
- Defined in:
- lib/doing/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'No input', topic = 'Exited:') ⇒ EmptyInput
constructor
A new instance of EmptyInput.
Constructor Details
#initialize(msg = 'No input', topic = 'Exited:') ⇒ EmptyInput
Returns a new instance of EmptyInput.
24 25 26 |
# File 'lib/doing/errors.rb', line 24 def initialize(msg = 'No input', topic = 'Exited:') super(msg, level: :warn, topic: topic, exit_code: 6) end |