package hep.graphics.heprep;

import java.io.*;

/**
 *
 * @author Mark Donszelmann
 *
 * @version $Id: HepRepVersionException.java,v 1.1 2004/07/23 19:12:21 duns Exp $
 */

public class HepRepVersionException extends IOException {
    public static final String cvsId = "$Id: HepRepVersionException.java,v 1.1 2004/07/23 19:12:21 duns Exp $";

    public HepRepVersionException() {
        super();
    }

    public HepRepVersionException(String msg) {
        super(msg);
    }
}
