Add 1 hour graph translation
This commit is contained in:
@@ -19,6 +19,8 @@ function BoxError(reason, errorOrMessage, extra = {}) {
|
||||
this.name = this.constructor.name;
|
||||
this.reason = reason;
|
||||
this.details = {};
|
||||
this.code = extra.code;
|
||||
this.sqlMessage = extra.sqlMessage;
|
||||
|
||||
if (typeof errorOrMessage === 'string') {
|
||||
this.message = errorOrMessage;
|
||||
|
||||
Reference in New Issue
Block a user