Exception: GeneValidatorApp::DATABASE_DIR_NOT_SET
- Inherits:
-
StandardError
- Object
- StandardError
- GeneValidatorApp::DATABASE_DIR_NOT_SET
- Defined in:
- lib/genevalidatorapp/exceptions.rb
Overview
Raised if ‘database_dir’ not set.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
133 134 135 |
# File 'lib/genevalidatorapp/exceptions.rb', line 133 def to_s 'Database dir not set.' end |