class HTTPError

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/passbyme2fa-client/http_error.rb, line 6
def initialize(response)
  super("An HTTP error occurred!")
  @response = response
end