Adjust to reworked exception API.

This commit is contained in:
Jonathan Schleifer 2013-06-23 12:55:23 +02:00
parent fd21d0c65d
commit bdd815ec47
5 changed files with 36 additions and 65 deletions

View file

@ -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