ObjFW  Diff

Differences From Artifact [ae49b383fd]:

To Artifact [129a87668a]:


16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

#include "config.h"

#import "OFThreadStartFailedException.h"
#import "OFString.h"
#import "OFThread.h"

#import "macros.h"

@implementation OFThreadStartFailedException
+ (instancetype)exceptionWithThread: (OFThread*)thread
{
	return [[[self alloc] initWithThread: thread] autorelease];
}

- init







<
<







16
17
18
19
20
21
22


23
24
25
26
27
28
29

#include "config.h"

#import "OFThreadStartFailedException.h"
#import "OFString.h"
#import "OFThread.h"



@implementation OFThreadStartFailedException
+ (instancetype)exceptionWithThread: (OFThread*)thread
{
	return [[[self alloc] initWithThread: thread] autorelease];
}

- init