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