rb: BinaryProtocolAccelerated should use Thrift::ProtocolException [THRIFT-89] BinaryProtocolAccelerated references the deprecated name TProtocolException, when it should be using Thrift::ProtocolException. It also uses rb_raise() instead of rb_exc_raise().