Normand Briere
2019-09-24 767be784dc7fe293bf5c5ee6507df242526be3ed
1
2
3
4
5
6
7
8
//package edu.wlu.cs.levy.CG;
 
public class KDException extends Exception {
    protected KDException(String s) {
        super(s);
    }
    public static final long serialVersionUID = 1L;
}