ObjFW  Diff

Differences From Artifact [fe3df5f784]:

To Artifact [cbe97a0ade]:


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

#include "config.h"

#import "OFRemoveItemFailedException.h"
#import "OFString.h"

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

@implementation OFRemoveItemFailedException
+ (instancetype)exceptionWithPath: (OFString*)path
{
	return [[[self alloc] initWithPath: path] autorelease];
}








<







16
17
18
19
20
21
22

23
24
25
26
27
28
29

#include "config.h"

#import "OFRemoveItemFailedException.h"
#import "OFString.h"

#import "common.h"


@implementation OFRemoveItemFailedException
+ (instancetype)exceptionWithPath: (OFString*)path
{
	return [[[self alloc] initWithPath: path] autorelease];
}