Exception: MessagePack::RPC::RPCError

Inherits:
Error
  • Object
show all
Defined in:
lib/msgpack/rpc.rb

Direct Known Subclasses

RemoteError

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ RPCError

Returns a new instance of RPCError.



29
30
31
# File 'lib/msgpack/rpc.rb', line 29

def initialize(msg)
	super(msg)
end