class GeneValidatorApp::EXTENSION_FILE_NOT_FOUND

Raised if extension file set, but does not exist.

Public Class Methods

new(ent) click to toggle source
Calls superclass method GeneValidatorApp::ENOENT::new
# File lib/genevalidatorapp/exceptions.rb, line 72
def initialize(ent)
  super 'extension file', ent
end