blob: 95eaa8348b4cd95e4345d9ac32148446826c4b37 [file] [log] [blame]
Mark Slee7e9eea42007-09-10 21:00:23 +00001#import <Cocoa/Cocoa.h>
2
3@interface TException : NSException {
4}
5
6- (id) initWithType: (int) type
7 message: (NSString *) message;
8
9@end