@@ -47,9 +47,9 @@ * @brief Initializes an already allocated lock failed exception. * * @param lock The lock which could not be locked * @return An initialized lock failed exception */ -- initWithLock: (nullable id )lock; +- initWithLock: (nullable id )lock OF_DESIGNATED_INITIALIZER; @end OF_ASSUME_NONNULL_END