@@ -57,13 +57,13 @@ * @param owner The new owner for the item * @param group The new group for the item * @param errNo The errno of the error that occurred * @return A new, autoreleased change owner failed exception */ -+ (instancetype)exceptionWithPath: (OFString*)path - owner: (nullable OFString*)owner - group: (nullable OFString*)group ++ (instancetype)exceptionWithPath: (OFString *)path + owner: (nullable OFString *)owner + group: (nullable OFString *)group errNo: (int)errNo; /*! * @brief Initializes an already allocated change owner failed exception. * @@ -71,12 +71,12 @@ * @param owner The new owner for the item * @param group The new group for the item * @param errNo The errno of the error that occurred * @return An initialized change owner failed exception */ -- initWithPath: (OFString*)path - owner: (nullable OFString*)owner - group: (nullable OFString*)group +- initWithPath: (OFString *)path + owner: (nullable OFString *)owner + group: (nullable OFString *)group errNo: (int)errNo; @end OF_ASSUME_NONNULL_END