Added initial engine
This commit is contained in:
commit
79787f6525
30 changed files with 1914 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
package com.gnarly.engine.properties;
|
||||
|
||||
public class ImproperFormattingException extends RuntimeException {
|
||||
|
||||
public ImproperFormattingException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue