Companion

expect object Companion(source)
actual object Companion(source)
actual object Companion(source)

Functions

Link copied to clipboard
expect fun create(message: String, atriumErrorAdjuster: AtriumErrorAdjuster): AtriumError

Creates an AtriumError and adjusts it with the given atriumErrorAdjuster before it is returned.

actual fun create(message: String, atriumErrorAdjuster: AtriumErrorAdjuster): AtriumError

Creates an AtriumError and adjusts it with the given atriumErrorAdjuster before it is returned (this might filter the stack).

actual fun create(message: String, atriumErrorAdjuster: AtriumErrorAdjuster): AtriumError