aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population/InsufficientConnectionsException.java
blob: 807ec53731435465a9ed569abc6d8462a01b0b90 (plain)
1
2
3
4
5
6
7
8
9
10
package jcgp.population;

public class InsufficientConnectionsException extends RuntimeException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 660740514800883541L;

}