Peer DIDException
open class PeerDIDException @JvmOverloads constructor(message: String, cause: Throwable? = null) : Throwable(source)
The base class for all PeerDID errors and exceptions.
Parameters
message
the detail message.
cause
the cause of this.