Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
7e9eea48711d015a2764f119ea5e78d8b6447476
/
.
/
lib
/
cocoa
/
TException.h
blob: 95eaa8348b4cd95e4345d9ac32148446826c4b37 [
file
] [
log
] [
blame
]
#import <Cocoa/Cocoa.h>
@interface
TException
:
NSException
{
}
-
(
id
)
initWithType
:
(
int
)
type
message
:
(
NSString
*)
message
;
@end