Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-config-lib/dist/CSpellConfigFile/Errors.js
export class ParseError extends Error {
url;
constructor(url, message, options) {
super(message || `Unable to parse ${url}`, options);
this.url = url;
}
}
//# sourceMappingURL=Errors.js.map