Add NotDeliciousException

This commit is contained in:
xMrMysteri0us
2014-09-28 13:59:04 +02:00
parent 4a17b0437b
commit 70368c1a73
2 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
package org.drtshock;
public class NotDeliciousException extends Exception {
public NotDeliciousException() {
}
}