Exception: MailchimpClient::ListNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- MailchimpClient::ListNotFound
- Defined in:
- lib/mcmailer/mailchimp_client.rb
Instance Method Summary collapse
-
#initialize(msg = "Unable to find MailChimp list by the name specified") ⇒ ListNotFound
constructor
A new instance of ListNotFound.
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 |