@@ -51,12 +51,12 @@ * @param sourcePath The original path * @param destinationPath The new path * @param errNo The errno of the error that occurred * @return A new, autoreleased move item failed exception */ -+ (instancetype)exceptionWithSourcePath: (OFString*)sourcePath - destinationPath: (OFString*)destinationPath ++ (instancetype)exceptionWithSourcePath: (OFString *)sourcePath + destinationPath: (OFString *)destinationPath errNo: (int)errNo; /*! * @brief Initializes an already allocated move item failed exception. * @@ -63,11 +63,11 @@ * @param sourcePath The original path * @param destinationPath The new path * @param errNo The errno of the error that occurred * @return An initialized move item failed exception */ -- initWithSourcePath: (OFString*)sourcePath - destinationPath: (OFString*)destinationPath +- initWithSourcePath: (OFString *)sourcePath + destinationPath: (OFString *)destinationPath errNo: (int)errNo; @end OF_ASSUME_NONNULL_END