Save after deleting a config. Reset target to no-op when deleting its config, rather...
[enjoyable.git] / 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