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