class HealtcheckProxyClient::HttpError

Attributes

http_error[R]

Public Class Methods

new(msg, http_error: nil) click to toggle source
Calls superclass method
# File lib/healtcheck_proxy_client/http_error.rb, line 3
def initialize(msg, http_error: nil)
  @http_error = http_error
  super(msg)
end