Don't let the app control itself, it only leads to accidents or mouse bugs. Don't...
[enjoyable.git] / Categories / NSError+Description.h
1 #import <Foundation/Foundation.h>
2
3 @interface NSError (Description)
4
5 + (NSError *)errorWithDomain:(NSString *)domain
6 code:(NSInteger)code
7 description:(NSString *)description;
8
9 @end