@@ -116,11 +116,11 @@ self = [super init]; if ((fp = fopen([path cString], [mode cString])) == NULL) { c = isa; [super dealloc]; - @throw [OFOpenFileFailedException newWithClass: c + @throw [OFOpenFileFailedException newWithClass: c andPath: path andMode: mode]; } return self;