XYOracleNetwork/sdk-core-kotlin

View on GitHub
core-android-library/src/main/kotlin/network/xyo/sdkcorekotlin/boundWitness/XyoBoundWitnessCreationException.kt

Summary

Maintainability
A
0 mins
Test Coverage
package network.xyo.sdkcorekotlin.boundWitness

import network.xyo.sdkcorekotlin.XyoException

/**
 * This will be thrown when an error happens during the creation of a bound witness.
 *
 * @property message The message of the exception.
 */
class XyoBoundWitnessCreationException (override val message: String?) : XyoException()