Refactor|File1: Throw a NotContainedError in File1::container()
If the file is not contained and container() is called, throw aNotContained exception so that users of the class might catch it.
View differences
Refactor|File1: Throw a NotContainedError in File1::container()
If the file is not contained and container() is called, throw a
NotContained exception so that users of the class might catch it.