blob: 90dbc6e1e7f7b4e6dfa3ff078e5ac055a3e21b1c [file] [log] [blame]
package targets.model.pa;
public class ExceptionA extends Exception {
private static final long serialVersionUID = 1L;
}