sdy

add Error syntax

......@@ -38,6 +38,8 @@ export default {
},
},
});
} else {
throw new Error("There is no room");
}
return messageObj;
},
......