Raised when a stored file for a class, module, page or method is missing.
The file the name should be saved as
The name of the object the file would be loaded from
The store the file should exist in
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 56 def initialize store, file, name @store = store @file = file @name = name end