@@ -15,15 +15,15 @@ #include "config.h" #include -#import "OFThreadStartFailedException.h" +#import "OFStartThreadFailedException.h" #import "OFString.h" #import "OFThread.h" -@implementation OFThreadStartFailedException +@implementation OFStartThreadFailedException @synthesize thread = _thread, errNo = _errNo; + (instancetype)exceptionWithThread: (OFThread *)thread errNo: (int)errNo { return [[[self alloc] initWithThread: thread errNo: errNo] autorelease];