class NeuroHmmerApp::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
NeuroHmmerApp::ENOENT::new
# File lib/neurohmmerapp/exceptions.rb, line 57 def initialize(ent) super 'bin dir', ent end