001package com.ericlam.mc.bungee.hnmc.commands.caxerx.exception; 002 003/** 004 * 參數不足 005 * 006 * @author caxerx 007 */ 008public class CommandArgumentException extends RuntimeException { 009 public CommandArgumentException(String msg) { 010 super(msg); 011 } 012}