ChasmErrorException

class ChasmErrorException(val error: ChasmError, message: String? = null, cause: Throwable? = null) : ChasmException(source)

Constructors

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

Properties

Link copied to clipboard
val error: ChasmError