[Source]
# File ruby/lib/thrift/transport/base_transport.rb, line 31 31: def initialize(type=UNKNOWN, message=nil) 32: super(message) 33: @type = type 34: end
[Validate]