package dr.evomodel.arg.operators;
/**
* Created by IntelliJ IDEA.
* User: msuchard
* Date: Jan 19, 2007
* Time: 11:04:27 AM
* To change this template use File | Settings | File Templates.
*/
public class NonContiguousPartitionsException extends Exception {
public NonContiguousPartitionsException(String s) {
super(s);
}
}