blob: 95eaa8348b4cd95e4345d9ac32148446826c4b37 [file] [log] [blame]
#import <Cocoa/Cocoa.h>
@interface TException : NSException {
}
- (id) initWithType: (int) type
message: (NSString *) message;
@end