mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-08 03:08:53 +00:00
ebbfbd8395
The Ruby exception constructor is modified to accept 0 arguments, which is how Thrift library code creates exception objects. Without this fix, Thrift Ruby clients that receive exception objects crash. The call to super (resolving to ThriftStruct#initialize) is retained, but is called with the default value (an empty hash) instead of passing the message along. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665501 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
cpp |