Parent

Methods

Thrift::TransportException

Attributes

type[R]

Public Class Methods

new(type=UNKNOWN, message=nil) click to toggle source
# File lib/thrift/transport/base_transport.rb, line 30
def initialize(type=UNKNOWN, message=nil)
  super(message)
  @type = type
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.