class Rodzilla::JsonRpc::Error::ResponseError

Raised whenever the Rodzilla::JsonRpc::Response#error attribute is not nil

Also inherited by Client & ServerError for handling HTTP Status Codes

Attributes

code[R]

Public Class Methods

new(code) click to toggle source
# File lib/rodzilla/json_rpc/error.rb, line 17
def initialize(code)
  @code = code
end