Exception

data class Exception<T : Any>(val e: Throwable) : Resource<T>

Constructors

Link copied to clipboard
constructor(e: Throwable)

Properties

Link copied to clipboard