1//═══════════════════════════════════════════════════════// 2//If you want to recode, reupload 3//or copy the codes/script, 4//pls give credit 5//no credit? i will take action immediately 6//© 2022 Xeon Bot Inc. Cheems Bot MD 7//Thank you to Lord Buddha, Family and Myself 8//════════════════════════════// 9class MissingAdapterError extends Error { 10 constructor() { 11 super(); 12 this.message = 'Missing Adapter'; 13 } 14} 15module.exports = { MissingAdapterError }; 16 17