Error

data class Error(val exception: Exception) : ReplicaEvent.LoadingEvent.LoadingFinished<Nothing>

Constructors

Link copied to clipboard
fun Error(exception: Exception)

Properties

Link copied to clipboard
val exception: Exception