using System; using System.Collections.Generic; using System.Text; namespace ReallifeGamemode.Server.Types { public class CommandArgumentCountMismatchException : SendHelpTextException { } public class SendHelpTextException : Exception { } }