Exception: GeneValidatorApp::DATABASE_DIR_NOT_SET

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

Overview

Raised if ‘database_dir’ not set.

Instance Method Summary collapse

Instance Method Details

#to_sObject



124
125
126
# File 'lib/genevalidatorapp/exceptions.rb', line 124

def to_s
  'Database dir not set.'
end