KlaviyoException

abstract class KlaviyoException(val message: String) : Exception

Base class for exceptions thrown within the Klaviyo SDK

Inheritors

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
override val message: String