Added the UsageExceptionType
This commit is contained in:
parent
48608a13df
commit
a93fb31bd0
@ -0,0 +1,11 @@
|
||||
package de.gnmyt.autoresponder.commands.usage;
|
||||
|
||||
public enum UsageExceptionType {
|
||||
|
||||
USAGE_NOT_COMPLETE,
|
||||
USAGE_TYPE_MISMATCH,
|
||||
MAX_LENGTH_EXCEEDED,
|
||||
BELOW_MIN_LENGTH,
|
||||
NOT_IN_ALLOWED_VALUES
|
||||
|
||||
}
|
Reference in New Issue
Block a user