ObjFW  Diff

Differences From Artifact [795b07ac4b]:

To Artifact [cbc504825f]:


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

#import "OFMemoryNotPartOfObjectException.h"
#import "OFString.h"

#import "OFNotImplementedException.h"

@implementation OFMemoryNotPartOfObjectException
+ exceptionWithClass: (Class)class_
	     pointer: (void*)ptr
{
	return [[[self alloc] initWithClass: class_
				    pointer: ptr] autorelease];
}

- initWithClass: (Class)class_
{







|
|







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

#import "OFMemoryNotPartOfObjectException.h"
#import "OFString.h"

#import "OFNotImplementedException.h"

@implementation OFMemoryNotPartOfObjectException
+ (instancetype)exceptionWithClass: (Class)class_
			   pointer: (void*)ptr
{
	return [[[self alloc] initWithClass: class_
				    pointer: ptr] autorelease];
}

- initWithClass: (Class)class_
{