nee-core / dev.neeffect.nee.effects.tx / TxErrorType / InternalException

InternalException

data class InternalException : TxErrorType

Unhandled java exception occured.

Constructors

<init>

Unhandled java exception occured.

InternalException(cause: Exception)

Properties

cause

val cause: Exception