new(store, file, name)
Creates a new MissingFileError for the missing file for the given name that should have been in the store.
# File lib/rdoc/store.rb, line 57 def initialize store, file, name @store = store @file = file @name = name end