MetisRuntimeException

constructor(type: String, actualMessage: String, companionData: Value.Table = Value.Table(), cause: Throwable? = null)

Parameters

type

The type of the exception.

actualMessage

The message of the exception.

companionData

The companion data of the exception.

cause

The cause of the exception.