Bip32PathError constructor

const Bip32PathError(
  1. String message
)

Creates a Bip32PathError with an optional error message.

Implementation

const Bip32PathError(this.message);