Bip32KeyError constructor

const Bip32KeyError(
  1. String message
)

Creates a Bip32KeyError with an optional error message.

Implementation

const Bip32KeyError(this.message);