ED25519Exception constructor

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

Creates an exception for the ed25519 public key signature system.

Implementation

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