package net.aufdemrand.denizen.utilities.command.exceptions; public class NoPermissionsException extends CommandException { public NoPermissionsException() { super("You don't have permission to execute that command."); } }