UNPKG

edo-htqw

Version:

A easier HTML element's dom operation libary.

10 lines (9 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class edoHTMLElementIsNotFoundError extends Error { constructor(message) { super(message); this.name = "edoHTMLElementIsNotFoundError"; } } exports.default = edoHTMLElementIsNotFoundError;