class ActiveCampaignRb::NilStatusError

Wraps Faraday::NilStatusError

@author Mikael Henriksson <mikael@mhenrixon.com>

Public Class Methods

new(exc, response = nil) click to toggle source
Calls superclass method ActiveCampaignRb::Error::new
# File lib/active_campaign_rb/errors.rb, line 160
def initialize(exc, response = nil)
  exc_msg_and_response!(exc, response)
  super("http status could not be derived from the server response")
end