@@ -265,13 +265,13 @@ @end @implementation OFObject (OFApplicationDelegate) - (void)applicationDidFinishLaunching { - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; + @throw [OFNotImplementedException exceptionWithClass: isa + selector: _cmd]; } - (void)applicationWillTerminate { } @end