Exception: NeuroHmmerApp::BIN_DIR_NOT_FOUND

Inherits:
ENOENT
  • Object
show all
Defined in:
lib/neurohmmerapp/exceptions.rb

Overview

Raised if bin dir set, but does not exist.

Instance Attribute Summary

Attributes inherited from ENOENT

#des, #ent

Instance Method Summary collapse

Methods inherited from ENOENT

#to_s

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