@@ -22,20 +22,20 @@ OF_ASSUME_NONNULL_BEGIN @class OFThread; /** - * @class OFThreadStartFailedException \ - * OFThreadStartFailedException.h ObjFW/OFThreadStartFailedException.h + * @class OFStartThreadFailedException \ + * OFStartThreadFailedException.h ObjFW/OFStartThreadFailedException.h * * @brief An exception indicating that starting a thread failed. */ -@interface OFThreadStartFailedException: OFException +@interface OFStartThreadFailedException: OFException { OFThread *_Nullable _thread; int _errNo; - OF_RESERVE_IVARS(OFThreadStartFailedException, 4) + OF_RESERVE_IVARS(OFStartThreadFailedException, 4) } /** * @brief The thread which could not be started. */