@@ -210,11 +210,17 @@ @end /** * An OFException indicating that initializing something failed. */ -@interface OFInitializationFailedException: OFException +@interface OFInitializationFailedException: OFException {} +@end + +/** + * An OFException indicating that the requested key is not in the set. + */ +@interface OFNotInSetException: OFException {} @end /** * An OFException indicating the file couldn't be opened. */