@@ -22,21 +22,21 @@ OF_ASSUME_NONNULL_BEGIN @class OFCondition; /** - * @class OFConditionBroadcastFailedException \ - * OFConditionBroadcastFailedException.h \ - * ObjFW/OFConditionBroadcastFailedException.h + * @class OFBroadcastConditionFailedException \ + * OFBroadcastConditionFailedException.h \ + * ObjFW/OFBroadcastConditionFailedException.h * * @brief An exception indicating broadcasting a condition failed. */ -@interface OFConditionBroadcastFailedException: OFException +@interface OFBroadcastConditionFailedException: OFException { OFCondition *_condition; int _errNo; - OF_RESERVE_IVARS(OFConditionBroadcastFailedException, 4) + OF_RESERVE_IVARS(OFBroadcastConditionFailedException, 4) } /** * @brief The condition which could not be broadcasted. */