class Wasabi::Resolver::HTTPError

Attributes

response[R]

Public Class Methods

new(message, response=nil) click to toggle source
Calls superclass method
# File lib/wasabi/resolver.rb, line 13
def initialize(message, response=nil)
  super(message)
  @response = response
end