Sha256: d141dec3fc3d16eeb690ef1fbd02e1ac14d72f070a5d1dd6b034ecef0a51492c
Contents?: true
Size: 305 Bytes
Versions: 4
Compression:
Stored size: 305 Bytes
Contents
# Various exceptions that can be invoked for CarrotRpc gem. module CarrotRpc::Exception # Exception to be raised when the client timesout waiting for a response. class RpcClientTimeout < StandardError; end class InvalidQueueName < StandardError; end class InvalidResponse < StandardError; end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
carrot_rpc-1.2.1 | lib/carrot_rpc/exception.rb |
carrot_rpc-1.2.0 | lib/carrot_rpc/exception.rb |
carrot_rpc-1.1.0 | lib/carrot_rpc/exception.rb |
carrot_rpc-1.0.0 | lib/carrot_rpc/exception.rb |