blob: 83e2ba2e914d2560b6a9f71b1bd057891dcf4b7a (
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;
}
|