@@ -31,21 +31,21 @@ size_t _requestedLength; int _errNo; } /*! - * The stream which caused the read or write failed exception. + * @brief The stream which caused the read or write failed exception. */ @property (readonly, nonatomic) id object; /*! - * The requested length of the data that could not be read / written. + * @brief The requested length of the data that could not be read / written. */ @property (readonly, nonatomic) size_t requestedLength; /*! - * The errno of the error that occurred. + * @brief The errno of the error that occurred. */ @property (readonly, nonatomic) int errNo; + (instancetype)exception OF_UNAVAILABLE;