OmhError

data class OmhError(val exception: Exception) : OmhResult<Nothing>

Constructors

Link copied to clipboard
constructor(exception: Exception)

Properties

Link copied to clipboard
val exception: Exception