KeypairException constructor

const KeypairException(
  1. String message, {
  2. int? code,
})

Creates an exception for an invalid keypair.

Implementation

const KeypairException(
  super.message, {
  super.code,
});