ObjFW  Diff

Differences From Artifact [39fc972cd6]:

To Artifact [1f482687a4]:


16
17
18
19
20
21
22
23

24
25
26
27
16
17
18
19
20
21
22

23
24
25
26
27







-
+





#include "config.h"

#import "OFInvalidArgumentException.h"
#import "OFString.h"

@implementation OFInvalidArgumentException
- (OFString*)description
- (OFString *)description
{
	return @"An invalid argument or receiver has been specified!";
}
@end