Whoops forgot to actually svn add Andrew's files
Summary: Tricky svn add command will get you every time
Reviewed By: dreiss
Test Plan: test/ tutorial/ Cocoa code
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665277 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cocoa/TTransportException.h b/lib/cocoa/TTransportException.h
new file mode 100644
index 0000000..5d3802b
--- /dev/null
+++ b/lib/cocoa/TTransportException.h
@@ -0,0 +1,6 @@
+#import "TException.h"
+
+@interface TTransportException : TException {
+}
+
+@end