Exception: Doing::Errors::EmptyInput

Inherits:
DoingNoTraceError show all
Defined in:
lib/doing/errors.rb

Instance Method Summary collapse

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