UNPKG

zca-js

Version:

Unofficial Zalo API for JavaScript

8 lines (7 loc) 234 B
import { ZaloApiError } from "./ZaloApiError.js"; export class ZaloApiLoginQRAborted extends ZaloApiError { constructor(message = "Operation aborted") { super(message); this.name = "ZaloApiLoginQRAborted"; } }