Index: src/exceptions/OFAddressTranslationFailedException.m ================================================================== --- src/exceptions/OFAddressTranslationFailedException.m +++ src/exceptions/OFAddressTranslationFailedException.m @@ -40,11 +40,11 @@ if (self != [OFAddressTranslationFailedException class]) return; if (!of_mutex_new(&mutex)) @throw [OFInitializationFailedException - exceptionWithClass: class]; + exceptionWithClass: [self class]]; } #endif + (instancetype)exceptionWithHost: (OFString *)host {