mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
257 B
Java
11 lines
257 B
Java
package org.mozilla.gecko.sync.jpake;
|
|
|
|
public class IncorrectZkpException extends Exception {
|
|
|
|
/**
|
|
* Exception thrown when Zero Knowledge Proof does not compute correctly.
|
|
**/
|
|
private static final long serialVersionUID = -3289260904620418313L;
|
|
|
|
}
|