blob: 3ab9fa19a8103694682d6fa9a665e5b9d6441ce2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
package jcgp.backend.exceptions;
public class ParameterMismatchException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = -3161318886125868134L;
}
|