update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { ZaloApiError } from "./ZaloApiError.js";
|
||||
export class ZaloApiLoginQRAborted extends ZaloApiError {
|
||||
constructor(message = "Operation aborted") {
|
||||
super(message);
|
||||
this.name = "ZaloApiLoginQRAborted";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user