Exception: KlaviyoAPI::InvalidOperation

Inherits:
StandardError
  • Object
show all
Defined in:
lib/klaviyo_api/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'The requested operation is not valid') ⇒ InvalidOperation

Returns a new instance of InvalidOperation.



11
12
13
# File 'lib/klaviyo_api/exceptions.rb', line 11

def initialize(msg = 'The requested operation is not valid')
  super
end