Insufficient Consumes Argument Comp Exception
class InsufficientConsumesArgumentCompException(val got: Int, val expected: Int, val at: String) : Exception
Exception thrown when there are insufficient arguments consumed in a command.