This commit is contained in:
harttle
2019-01-28 18:06:47 +08:00
parent 7a2e036c79
commit 8a881ac69a
41 changed files with 116 additions and 116 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ function initLiquidError (err, token) {
}
export function TokenizationError (message, token) {
initLiquidError.call(this, {message: message}, token)
initLiquidError.call(this, { message: message }, token)
}
TokenizationError.prototype = _.create(Error.prototype)
TokenizationError.prototype.constructor = TokenizationError