FursuitTvSdkException

open class FursuitTvSdkException(message: String, cause: Throwable? = null) : Exception

SDK 基础异常类,所有 Fursuit.TV SDK 异常的父类。

Parameters

message

异常详情消息

cause

根本原因,可能为 null

Inheritors

Constructors

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

Properties

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