thrift_client/lib
Ryan Greenberg 3ec894d476 Extract wrapped exception class creation
The wrapped exception classes are not created until ThriftClient.new
is called with the correct client class. This makes it difficult to
write code like `rescue MyThrift::Client::TransportException` because
the exception class may not exist yet.

Callers may now use ThriftClient.create_wrapped_exception_classes to
ensure the desired classes have been created.
2014-03-19 17:46:06 -07:00
..
thrift_client Extract wrapped exception class creation 2014-03-19 17:46:06 -07:00
thrift_client.rb Docs. 2012-09-11 10:13:01 -07:00