ObjFW  Diff

Differences From Artifact [5f9ac7b48a]:

To Artifact [5b64ada8d8]:


18
19
20
21
22
23
24
25
26
27

28
29
30

31
32
33
18
19
20
21
22
23
24



25

26

27


28







-
-
-
+
-

-
+
-
-


#import "OFInitializationFailedException.h"
#import "OFString.h"

@implementation OFInitializationFailedException
- (OFString*)description
{
	if (_description != nil)
		return _description;

	return [OFString stringWithFormat:
	_description = [[OFString alloc] initWithFormat:
	    @"Initialization failed for or in class %@!", _inClass];

}
	return _description;
}
@end