@@ -32,16 +32,16 @@ OFURL *_URL; int _errNo; } /*! - * The URL of the item whose attributes could not be retrieved. + * @brief The URL of the item whose attributes could not be retrieved. */ @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;