Exception: GeneValidatorApp::EXTENSION_FILE_NOT_FOUND
- Defined in:
- lib/genevalidatorapp/exceptions.rb
Overview
Raised if extension file set, but does not exist.
Instance Attribute Summary
Attributes inherited from ENOENT
Instance Method Summary collapse
-
#initialize(ent) ⇒ EXTENSION_FILE_NOT_FOUND
constructor
A new instance of EXTENSION_FILE_NOT_FOUND.
Methods inherited from ENOENT
Constructor Details
#initialize(ent) ⇒ EXTENSION_FILE_NOT_FOUND
Returns a new instance of EXTENSION_FILE_NOT_FOUND.
72 73 74 |
# File 'lib/genevalidatorapp/exceptions.rb', line 72 def initialize(ent) super 'extension file', ent end |