MnemonicException constructor

MnemonicException(
  1. String message
)

Implementation

MnemonicException(String message) : super(message: message);