aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/backend/exceptions/ManagedModuleException.java
blob: 3452d35ad9caad19fe291c45fd48c27100617b7b (plain)
1
2
3
4
5
6
7
8
9
10
package jcgp.backend.exceptions;

public class ManagedModuleException extends RuntimeException {

	/**
	 * 
	 */
	private static final long serialVersionUID = -3450063156524494967L;

}