Nip05VerificationException constructor
const
Nip05VerificationException({
- Exception? parent,
Thrown when there is an error verifying a nip05 identifier.
Implementation
const Nip05VerificationException({
this.parent,
});