chore: add DataWrongError

This commit is contained in:
CrescentLeaf
2025-09-08 03:09:21 +08:00
parent 3a7e4970d4
commit c577797e57

View File

@@ -0,0 +1 @@
export default class DataWrongError extends Error {}