Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
b3c5f6e25f3f39aa32fa65477633b5871e5b534f
/
.
/
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