ChatMyWaySdkException

sealed class ChatMyWaySdkException(message: String, cause: Throwable? = null) : RuntimeException

Base class for all exceptions thrown by the Chat My Way SDK.

Parameters

message

A descriptive message explaining the exception.

cause

The underlying cause of the exception, if any.

Inheritors

Constructors

Link copied to clipboard
protected constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?