Exception: TinyClassifier::NoCategories

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

Instance Method Summary collapse

Instance Method Details

#messageObject



33
34
35
# File 'lib/tiny-classifier/errors.rb', line 33

def message
  "You need to specify categories."
end