@@ -34,14 +34,17 @@ * does not know for which class allocation failed and it should not be handled * like other exceptions, as the exception handling code is not allowed to * allocate *any* memory. */ @interface OFAllocFailedException: OFObject ++ (instancetype)exception OF_UNAVAILABLE; +- init OF_UNAVAILABLE; + /*! * @brief Returns a description of the exception. * * @return A description of the exception */ - (OFString *)description; @end OF_ASSUME_NONNULL_END