Method: SDM::RPCError#initialize
- Defined in:
- lib/errors/errors.rb
#initialize(msg, code) ⇒ RPCError
Returns a new instance of RPCError.
23 24 25 26 |
# File 'lib/errors/errors.rb', line 23 def initialize(msg, code) @code = code super(msg) end |