@@ -29,21 +29,21 @@ OFString *_sourcePath, *_destinationPath; int _errNo; } /*! - * The original path. + * @brief The original path. */ @property (readonly, nonatomic) OFString *sourcePath; /*! - * The new path. + * @brief The new path. */ @property (readonly, nonatomic) OFString *destinationPath; /*! - * The errno of the error that occurred. + * @brief The errno of the error that occurred. */ @property (readonly, nonatomic) int errNo; + (instancetype)exception OF_UNAVAILABLE;