Exception: GeneValidatorApp::NUM_THREADS_INCORRECT

Inherits:
StandardError
  • Object
show all
Defined in:
lib/genevalidatorapp/exceptions.rb

Overview

NUM THREADS ## Raised if num_threads set by the user is incorrect.

Instance Method Summary collapse

Instance Method Details

#to_sObject



35
36
37
# File 'lib/genevalidatorapp/exceptions.rb', line 35

def to_s
  'Number of threads should be a number greater than or equal to 1.'
end