UNPKG

@hardbulls/wbsc-crawler

Version:

Tool to crawl events, leagues and statistics from WBSC based websites.

10 lines (9 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NodeNotFoundError = void 0; class NodeNotFoundError extends Error { constructor(index) { super(`Cannot parse node at index ${index}`); } } exports.NodeNotFoundError = NodeNotFoundError;