Exception: BERTRPC::ProtocolError

Inherits:
BERTRPCError show all
Defined in:
lib/bertrpc/errors.rb

Constant Summary collapse

NO_HEADER =
[0, "Unable to read length header from server."]
NO_DATA =
[1, "Unable to read data from server."]

Instance Attribute Summary

Attributes inherited from BERTRPCError

#code, #original_exception

Method Summary

Methods inherited from BERTRPCError

#initialize

Constructor Details

This class inherits a constructor from BERTRPC::BERTRPCError