class SequenceServer::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 SequenceServer::ENOENT::new
# File lib/sequenceserver/exceptions.rb, line 71
def initialize(ent)
  super 'extension file', ent
end