@@ -31,16 +31,16 @@ OFStream *_stream; int _errNo; } /*! - * The stream for which the option could not be retrieved. + * @brief The stream for which the option could not be retrieved. */ @property (readonly, nonatomic) OFStream *stream; /*! - * The errno of the error that occurred. + * @brief The errno of the error that occurred. */ @property (readonly, nonatomic) int errNo; + (instancetype)exception OF_UNAVAILABLE;