class MailchimpClient::ListNotFound

Public Class Methods

new(msg="Unable to find MailChimp list by the name specified") click to toggle source
Calls superclass method
# File lib/mcmailer/mailchimp_client.rb, line 11
def initialize(msg="Unable to find MailChimp list by the name specified")
  super
end