This commit is contained in:
Gabriele C
2016-06-28 14:28:37 +02:00
parent 874869cef8
commit 70b57b389e
5 changed files with 2 additions and 16 deletions
@@ -3,6 +3,7 @@ package fr.xephi.authme.permission.handlers;
/**
* Exception during the instantiation of a {@link PermissionHandler}.
*/
@SuppressWarnings("serial")
public class PermissionHandlerException extends Exception {
public PermissionHandlerException(String message) {