22OF_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;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
A class for handling strings.
Definition OFString.h:143
An exception indicating that the specified version of the format or protocol is not supported.
Definition OFUnsupportedVersionException.h:32