Exception: MailchimpClient::ListNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mcmailer/mailchimp_client.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Unable to find MailChimp list by the name specified") ⇒ ListNotFound

Returns a new instance of ListNotFound.



11
12
13
# File 'lib/mcmailer/mailchimp_client.rb', line 11

def initialize(msg="Unable to find MailChimp list by the name specified")
  super
end