Exception: Protobuf::Rpc::IOError
- Defined in:
- lib/protobuf/rpc/error/client_error.rb
Instance Attribute Summary
Attributes inherited from PbError
Instance Method Summary collapse
-
#initialize(message = 'IO Error occurred') ⇒ IOError
constructor
A new instance of IOError.
Methods inherited from PbError
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 ='IO Error occurred' super , 'IO_ERROR' end |