Exception: KlaviyoAPI::InvalidOperation
- Inherits:
-
StandardError
- Object
- StandardError
- KlaviyoAPI::InvalidOperation
- Defined in:
- lib/klaviyo_api/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = 'The requested operation is not valid') ⇒ InvalidOperation
constructor
A new instance of InvalidOperation.
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 |