sdy

add Error syntax

...@@ -38,6 +38,8 @@ export default { ...@@ -38,6 +38,8 @@ export default {
38 }, 38 },
39 }, 39 },
40 }); 40 });
41 + } else {
42 + throw new Error("There is no room");
41 } 43 }
42 return messageObj; 44 return messageObj;
43 }, 45 },
......