Exception: BERTRPC::ProtocolError
- Inherits:
-
BERTRPCError
- Object
- StandardError
- BERTRPCError
- BERTRPC::ProtocolError
- 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
Method Summary
Methods inherited from BERTRPCError
Constructor Details
This class inherits a constructor from BERTRPC::BERTRPCError