17 #import "OFException.h"
33 #ifdef OF_HAVE_PROPERTIES
34 @property (readonly, retain)
OFStream *stream;
35 @property (readonly)
int errNo;
45 + (instancetype)exceptionWithStream: (
OFStream*)stream
A base class for different types of streams.
Definition: OFStream.h:86
The base class for all exceptions in ObjFW.
Definition: OFException.h:144
An exception indicating that getting an option for a stream failed.
Definition: OFGetOptionFailedException.h:27