projects
/
enjoyable.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Disable automatic termination when simulation is active. This is probably a good...
[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