Exception: GeneValidatorApp::EXTENSION_FILE_NOT_FOUND

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

Overview

Raised if extension file 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) ⇒ 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