package jcircus.exceptions;
/**
* ChanSyncUnificationException.java
*
* @author Angela Freitas
*/
public class ChanSyncUnificationException extends Exception {
public ChanSyncUnificationException() {
super("It is not possible to unify the ChanSync in the composite processes.");
}
}