ObjFW  Diff

Differences From Artifact [0718839ad1]:

To Artifact [bb842ef9d5]:


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

#include "config.h"

#import "OFNotImplementedException.h"
#import "OFString.h"

#import "common.h"
#import "macros.h"

@implementation OFNotImplementedException
+ (instancetype)exceptionWithSelector: (SEL)selector
			       object: (id)object
{
	return [[[self alloc] initWithSelector: selector
					object: object] autorelease];







<







16
17
18
19
20
21
22

23
24
25
26
27
28
29

#include "config.h"

#import "OFNotImplementedException.h"
#import "OFString.h"

#import "common.h"


@implementation OFNotImplementedException
+ (instancetype)exceptionWithSelector: (SEL)selector
			       object: (id)object
{
	return [[[self alloc] initWithSelector: selector
					object: object] autorelease];