class GeneValidatorApp::BIN_DIR_NOT_FOUND
Raised if bin 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 65 def initialize(ent) super 'bin dir', ent end