THRIFT-2434 Missing namespace import for php TMultiplexedProcessor implementation
authorJens Geyer <jensg@apache.org>
Tue, 1 Apr 2014 19:24:27 +0000 (21:24 +0200)
committerJens Geyer <jensg@apache.org>
Tue, 1 Apr 2014 19:24:27 +0000 (21:24 +0200)
Patch: Mauro Maggi

lib/php/lib/Thrift/TMultiplexedProcessor.php

index 9146ab6..c62e325 100644 (file)
@@ -22,6 +22,7 @@
 
 namespace Thrift;
 
+use Thrift\Exception\TException;
 use Thrift\Protocol\TProtocol;
 use Thrift\Protocol\TMultiplexedProtocol;
 use Thrift\Protocol\TProtocolDecorator;