Exception: NeuroHmmerApp::NUM_THREADS_INCORRECT
- Inherits:
-
StandardError
- Object
- StandardError
- NeuroHmmerApp::NUM_THREADS_INCORRECT
- Defined in:
- lib/neurohmmerapp/exceptions.rb
Overview
Raised if num_threads set by the user is incorrect.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
66 67 68 |
# File 'lib/neurohmmerapp/exceptions.rb', line 66 def to_s 'Number of threads should be a number greater than or equal to 1.' end |