NotFoundException

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

未找到资源异常 表示请求的资源不存在

Parameters

message

错误消息

cause

异常原因

Constructors

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