@@ -36,15 +36,16 @@ - initWithClass: (Class)class_ { @try { [self doesNotRecognizeSelector: _cmd]; - abort(); } @catch (id e) { [self release]; @throw e; } + + abort(); } - initWithClass: (Class)class_ sourcePath: (OFString*)source destinationPath: (OFString*)destination