MoneroKeyError class
An exception class representing an error related to Monero keys.
This exception class is used to represent errors and exceptions related to Monero keys.
- Implemented types
Constructors
- MoneroKeyError(String message)
-
Constructs a MoneroKeyError with an optional error message.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the exception.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited