@@ -16,14 +16,18 @@ #import "OFException.h" OF_ASSUME_NONNULL_BEGIN /** - * @class OFInvalidServerReplyException \ - * OFInvalidServerReplyException.h ObjFW/OFInvalidServerReplyException.h + * @class OFInvalidServerResponseException \ + * OFInvalidServerResponseException.h \ + * ObjFW/OFInvalidServerResponseException.h * - * @brief An exception indicating that the server sent an invalid reply. + * @brief An exception indicating that the server sent an invalid response. */ -@interface OFInvalidServerReplyException: OFException +@interface OFInvalidServerResponseException: OFException +{ + OF_RESERVE_IVARS(OFInvalidServerResponseException, 4) +} @end OF_ASSUME_NONNULL_END