ObjFW  Diff

Differences From Artifact [040122b5d2]:

To Artifact [d129c0ab15]:


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

#include "config.h"

#import "OFCreateDirectoryFailedException.h"
#import "OFString.h"

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

@implementation OFCreateDirectoryFailedException
+ (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 "OFCreateDirectoryFailedException.h"
#import "OFString.h"

#import "common.h"


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