MoneroKeyError constructor
const
MoneroKeyError(
- String message
Constructs a MoneroKeyError with an optional error message.
message: An optional error message describing the key-related issue.
Implementation
const MoneroKeyError(this.message);