Exception: TinyClassifier::NoCategory

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

Direct Known Subclasses

NoCorrectCategory, NoWrongCategory

Instance Method Summary collapse

Instance Method Details

#messageObject



39
40
41
# File 'lib/tiny-classifier/errors.rb', line 39

def message
  "You need to specify a category for the input."
end