initial commit

This commit is contained in:
Draylar
2021-03-12 13:24:17 -06:00
commit 5ab6b91dce
35 changed files with 1579 additions and 0 deletions
@@ -0,0 +1,5 @@
package draylar.omegaconfig.exception;
public class NoValidConstructorException extends RuntimeException {
}