001package com.ericlam.mc.bungee.hnmc.commands.caxerx.exception; 002 003/** 004 * 沒有權限 005 * 006 * @author caxerx 007 */ 008public class CommandPermissionException extends RuntimeException { 009 public CommandPermissionException(String msg) { 010 super(msg); 011 } 012}