UNPKG

lunr

Version:

Simple full-text search in your browser.

9 lines (7 loc) 197 B
lunr.QueryParseError = function (message, start, end) { this.name = "QueryParseError" this.message = message this.start = start this.end = end } lunr.QueryParseError.prototype = new Error