Exception: TinyClassifier::NoInput

Inherits:
TinyClassifierError show all
Defined in:
lib/tiny-classifier/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



21
22
23
# File 'lib/tiny-classifier/errors.rb', line 21

def message
  "No input. You need to give any input via the STDIN."
end