class MailchimpAPI::InvalidOperation

Public Class Methods

new(msg = 'The requested operation is not valid') click to toggle source
Calls superclass method
# File lib/mailchimp_api/exceptions.rb, line 11
def initialize(msg = 'The requested operation is not valid')
  super
end