class WargamingApi::Error::ResponseError

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/wargaming_api/error/response_error.rb, line 4
def initialize(response)
  @response = response
  super(response['error']['message'])
end