X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NSError%2BDescription.h;fp=NSError%2BDescription.h;h=a722e9e7a89ec9e3fb9783a1f73cb70e61755381;hp=0000000000000000000000000000000000000000;hb=794561a4606fa9e31e3b2b077891f5b1e6084698;hpb=9584becb2e5469e8f482d73e6f0c9c3bf879e0db diff --git a/NSError+Description.h b/NSError+Description.h new file mode 100644 index 0000000..a722e9e --- /dev/null +++ b/NSError+Description.h @@ -0,0 +1,9 @@ +#import + +@interface NSError (Description) + ++ (NSError *)errorWithDomain:(NSString *)domain + code:(NSInteger)code + description:(NSString *)description; + +@end