Github user RobberPhex commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1484#discussion_r164633942
--- Diff: lib/php/lib/Transport/TTransport.php ---
@@ -22,6 +22,7 @@
namespace Thrift\Transport;
+use Thrift\Exception\TTransportException;
--- End diff --
There is doc comment `@throws TTransportException` at Line 45.
No one (and IDE) knows which TTransportException.---
