Exception

data class Exception(val cause: Throwable) : ResponseResult<Nothing>

Constructors

Link copied to clipboard
fun Exception(cause: Throwable)

Properties

Link copied to clipboard