Exception: TinyClassifier::NoInput
- Inherits:
-
TinyClassifierError
- Object
- StandardError
- TinyClassifierError
- TinyClassifier::NoInput
- Defined in:
- lib/tiny-classifier/errors.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
21 22 23 |
# File 'lib/tiny-classifier/errors.rb', line 21 def "No input. You need to give any input via the STDIN." end |