@@ -46,9 +46,9 @@ * @brief Initializes an already allocated no memory exception. * * @param requestedSize The size of the memory that could not be allocated * @return An initialized no memory exception */ -- initWithRequestedSize: (size_t)requestedSize; +- initWithRequestedSize: (size_t)requestedSize OF_DESIGNATED_INITIALIZER; @end OF_ASSUME_NONNULL_END