@@ -56,13 +56,13 @@ * @brief Initializes an already allocated address translation failed exception. * * @param host The host for which translation was requested * @return An initialized address translation failed exception */ -- initWithHost: (nullable OFString *)host; +- (instancetype)initWithHost: (nullable OFString *)host; - (instancetype)initWithError: (int)error; - (instancetype)initWithHost: (nullable OFString *)host error: (int)error OF_DESIGNATED_INITIALIZER; @end OF_ASSUME_NONNULL_END