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