Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
0c87ad41ee8dc669f8e1cbe0b17f8382844a0497
/
.
/
lib
/
cocoa
/
src
/
protocol
/
TProtocolException.h
blob: c49f170c0008aefbb21ee636c48b2c8958edb365 [
file
] [
log
] [
blame
]
Mark Slee
2ac60ed
2007-09-19 21:10:18 +0000
[
diff
] [
blame
]
1
#import "TException.h"
2
3
@interface
TProtocolException
:
TException
{
4
}
5
6
@end