Adjust to reworked exception API.
This commit is contained in:
parent
fd21d0c65d
commit
bdd815ec47
5 changed files with 36 additions and 65 deletions
|
@ -33,9 +33,7 @@
|
|||
@property (readonly, assign) OFString *reason;
|
||||
#endif
|
||||
|
||||
+ exceptionWithClass: (Class)class
|
||||
reason: (OFString*)reason;
|
||||
- initWithClass: (Class)class
|
||||
reason: (OFString*)reason;
|
||||
+ exceptionWithReason: (OFString*)reason;
|
||||
- initWithReason: (OFString*)reason;
|
||||
- (OFString*)reason;
|
||||
@end
|
||||
|
|
Reference in a new issue