ObjFW  Diff

Differences From Artifact [32b20ebef7]:

To Artifact [2112dc5f17]:


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

#import "OFException.h"
#import "OFString.h"

#import "OFNotImplementedException.h"

@implementation OFException
+ exceptionWithClass: (Class)class_
{
	return [[[self alloc] initWithClass: class_] autorelease];
}

- init
{
	Class c = [self class];







|







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

#import "OFException.h"
#import "OFString.h"

#import "OFNotImplementedException.h"

@implementation OFException
+ (instancetype)exceptionWithClass: (Class)class_
{
	return [[[self alloc] initWithClass: class_] autorelease];
}

- init
{
	Class c = [self class];