@@ -38,21 +38,21 @@ @property (readonly, nonatomic) OFSeekableStream *stream; /*! * The offset to which seeking failed. */ -@property (readonly) of_offset_t offset; +@property (readonly, nonatomic) of_offset_t offset; /*! * To what the offset is relative. */ -@property (readonly) int whence; +@property (readonly, nonatomic) int whence; /*! * The errno of the error that occurred. */ -@property (readonly) int errNo; +@property (readonly, nonatomic) int errNo; + (instancetype)exception OF_UNAVAILABLE; /*! * @brief Creates a new, autoreleased seek failed exception.