dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Rag doll is back.
Normand Briere
2019-09-24
767be784dc7fe293bf5c5ee6507df242526be3ed
[~nbriere/GrafreeD.git]
/
KDException.java
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;
}