class GeneValidatorApp::NUM_THREADS_INCORRECT

NUM THREADS ##

Raised if num_threads set by the user is incorrect.

Public Instance Methods

to_s() click to toggle source
# File lib/genevalidatorapp/exceptions.rb, line 35
def to_s
  'Number of threads should be a number greater than or equal to 1.'
end