mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-07 12:33:20 +08:00
fix: Error codes are not shown in the response
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class BaseError {
|
||||
constructor(code, message, details) {
|
||||
this.code = code;
|
||||
this.message = message;
|
||||
this.details = details;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user