MCPcopy Index your code
hub / github.com/TruthHun/BookStack / Error

Function Error

static/word2md/mammoth.browser.js:15066–15070  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

15064};
15065
15066var Error = function(options) {
15067 this.expected = options.expected;
15068 this.actual = options.actual;
15069 this._location = options.location;
15070};
15071
15072Error.prototype.describe = function() {
15073 var locationDescription = this._location ? this._location.describe() + ":\n" : "";

Calls

no outgoing calls

Tested by

no test coverage detected