22 OF_ASSUME_NONNULL_BEGIN
40 @property (readonly, nonatomic)
OFString *version;
48 + (instancetype)exceptionWithVersion: (
OFString *)version;
50 + (instancetype)exception OF_UNAVAILABLE;
58 - (instancetype)initWithVersion: (
OFString *)version OF_DESIGNATED_INITIALIZER;
60 - (instancetype)init OF_UNAVAILABLE;
A class for handling strings.
Definition: OFString.h:142
The base class for all exceptions in ObjFW.
Definition: OFException.h:156
An exception indicating that the specified version of the format or protocol is not supported...
Definition: OFUnsupportedVersionException.h:31