zcash-android-wallet-sdk / cash.z.wallet.sdk.exception / SdkException / <init>

<init>

SdkException(message: String, cause: Throwable?)

Marker for all custom exceptions from the SDK. Making it an interface would result in more typing so its a supertype, instead.