class GeneValidatorApp::DATABASE_DIR_NOT_FOUND

Raised if database dir set, but does not exist.

Public Class Methods

new(ent) click to toggle source
Calls superclass method GeneValidatorApp::ENOENT::new
# File lib/genevalidatorapp/exceptions.rb, line 79
def initialize(ent)
  super 'database dir', ent
end