@@ -32,16 +32,16 @@ OFURL *_URL; int _errNo; } /*! - * The URL of the directory which couldn't be created. + * @brief The URL of the directory which couldn't be created. */ @property (readonly, nonatomic) OFURL *URL; /*! - * The errno of the error that occurred. + * @brief The errno of the error that occurred. */ @property (readonly, nonatomic) int errNo; + (instancetype)exception OF_UNAVAILABLE;