KlaviyoException

abstract class KlaviyoException(val message: String) : Exception

Exceptions that automatically hook into our logger

Inheritors

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
override val message: String