ObjFW  Diff

Differences From Artifact [3f54c3ecda]:

To Artifact [259e8f3f61]:


16
17
18
19
20
21
22





23
24
25
26
27
28
29

#include "config.h"

#import "OFAllocFailedException.h"
#import "OFString.h"

@implementation OFAllocFailedException





+ alloc
{
	OF_UNRECOGNIZED_SELECTOR
}

- init
{







>
>
>
>
>







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

#include "config.h"

#import "OFAllocFailedException.h"
#import "OFString.h"

@implementation OFAllocFailedException
+ (instancetype)exception
{
	OF_UNRECOGNIZED_SELECTOR
}

+ alloc
{
	OF_UNRECOGNIZED_SELECTOR
}

- init
{