Exception: Protobuf::Rpc::IOError

Inherits:
PbError
  • Object
show all
Defined in:
lib/protobuf/rpc/error/client_error.rb

Instance Attribute Summary

Attributes inherited from PbError

#error_type

Instance Method Summary collapse

Methods inherited from PbError

#to_response

Constructor Details

#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