Exception: NeuroHmmerApp::BIN_DIR_NOT_FOUND
- Defined in:
- lib/neurohmmerapp/exceptions.rb
Overview
Raised if bin dir set, but does not exist.
Instance Attribute Summary
Attributes inherited from ENOENT
Instance Method Summary collapse
-
#initialize(ent) ⇒ BIN_DIR_NOT_FOUND
constructor
A new instance of BIN_DIR_NOT_FOUND.
Methods inherited from ENOENT
Constructor Details
#initialize(ent) ⇒ BIN_DIR_NOT_FOUND
Returns a new instance of BIN_DIR_NOT_FOUND.
57 58 59 |
# File 'lib/neurohmmerapp/exceptions.rb', line 57 def initialize(ent) super 'bin dir', ent end |