forked from LogBlock/LogBlock
Fixed errors when not using the Questioner plugin
This commit is contained in:
10
src/de/diddiz/LogBlockQuestioner/QuestionerException.java
Normal file
10
src/de/diddiz/LogBlockQuestioner/QuestionerException.java
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
package de.diddiz.LogBlockQuestioner;
|
||||||
|
|
||||||
|
public class QuestionerException extends Exception
|
||||||
|
{
|
||||||
|
private static final long serialVersionUID = -1925764344890253869L;
|
||||||
|
|
||||||
|
public QuestionerException(String msg) {
|
||||||
|
super(msg);
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user