Nip05VerificationException constructor

const Nip05VerificationException({
  1. Exception? parent,
})

Thrown when there is an error verifying a nip05 identifier.

Implementation

const Nip05VerificationException({
  this.parent,
});