Method: Protobuf::Rpc::IOError#initialize

Defined in:
lib/protobuf/rpc/error/client_error.rb

#initialize(message = 'IO Error occurred') ⇒ IOError

Returns a new instance of IOError.



25
26
27
# File 'lib/protobuf/rpc/error/client_error.rb', line 25

def initialize(message = 'IO Error occurred')
  super message, 'IO_ERROR'
end