Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2eb51c4c4ca0d1483ea353187469259c17f650dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package org.eclipse.papyrus.qompass.designer.core.transformations;

public class AcceleoException extends Exception {

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

}

Back to the top