class Jsonrpctcp::RPCError

Public Class Methods

from_rpc_response(r) click to toggle source
# File lib/electrb.rb, line 27
def self.from_rpc_response(r)
  Electrb::Error.from(r)
end