SubstrateKeyError constructor
const
SubstrateKeyError(
- String message
Creates a new instance of SubstrateKeyError with an optional message
.
Implementation
const SubstrateKeyError(this.message);
Creates a new instance of SubstrateKeyError with an optional message
.
const SubstrateKeyError(this.message);