rb: BinaryProtocolAccelerated should use Thrift::ProtocolException [THRIFT-89]
authorDavid Reiss <dreiss@apache.org>
Fri, 25 Jul 2008 21:05:59 +0000 (21:05 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 25 Jul 2008 21:05:59 +0000 (21:05 +0000)
commit3899248d29369196473df36697f834d772faff74
tree7d88cfe186903234b0297edc930849757daf8737
parent400a543b04d12b3d97c7ba50143ef7b21c7166fb
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().

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@679897 13f79535-47bb-0310-9956-ffa450edef68
lib/rb/ext/binaryprotocolaccelerated.c