class Anilibria::Api::Exceptions::ResponseError

Attributes

response[R]

Public Class Methods

new(msg = nil, response = nil) click to toggle source
Calls superclass method
# File lib/anilibria/api/exceptions/response_error.rb, line 7
def initialize(msg = nil, response = nil)
  @response = response

  super(msg)
end