@@ -47,11 +47,11 @@ * @param path A string with the path of the directory which could not be * created * @param errNo The errno of the error that occurred * @return A new, autoreleased create directory failed exception */ -+ (instancetype)exceptionWithPath: (OFString*)path ++ (instancetype)exceptionWithPath: (OFString *)path errNo: (int)errNo; /*! * @brief Initializes an already allocated create directory failed exception. * @@ -58,10 +58,10 @@ * @param path A string with the path of the directory which could not be * created * @param errNo The errno of the error that occurred * @return An initialized create directory failed exception */ -- initWithPath: (OFString*)path +- initWithPath: (OFString *)path errNo: (int)errNo; @end OF_ASSUME_NONNULL_END