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.m b/lib/cocoa/TTransportException.m
new file mode 100644
index 0000000..e1102e2
--- /dev/null
+++ b/lib/cocoa/TTransportException.m
@@ -0,0 +1,4 @@
+#import "TTransportException.h"
+
+@implementation TTransportException
+@end