Exception: GeneValidatorApp::DATABASE_DIR_NOT_FOUND
- Defined in:
- lib/genevalidatorapp/exceptions.rb
Overview
Raised if database dir set, but does not exist.
Instance Attribute Summary
Attributes inherited from ENOENT
Instance Method Summary collapse
-
#initialize(ent) ⇒ DATABASE_DIR_NOT_FOUND
constructor
A new instance of DATABASE_DIR_NOT_FOUND.
Methods inherited from ENOENT
Constructor Details
#initialize(ent) ⇒ DATABASE_DIR_NOT_FOUND
Returns a new instance of DATABASE_DIR_NOT_FOUND.
79 80 81 |
# File 'lib/genevalidatorapp/exceptions.rb', line 79 def initialize(ent) super 'database dir', ent end |