JacobiError class
An exception class for errors related to Jacobi symbol calculations.
This exception is thrown when there is an issue with computing the Jacobi symbol for a pair of BigInt values within the defined constraints.
- Inheritance
-
- Object
- BlockchainUtilsException
- JacobiError
Constructors
-
JacobiError(String message, {Map<
String, dynamic> ? details}) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited