17 #import "OFException.h"
31 #ifdef OF_HAVE_PROPERTIES
32 @property (readonly, copy)
OFString *version;
41 + (instancetype)exceptionWithVersion: (
OFString*)version;
49 - initWithVersion: (
OFString*)version;
A class for handling strings.
Definition: OFString.h:91
The base class for all exceptions in ObjFW.
Definition: OFException.h:144
An exception indicating that the specified version of the format or protocol is not supported...
Definition: OFUnsupportedVersionException.h:26