UNPKG

firewalk

Version:

A collection traversal library for Firestore

13 lines 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidConfigError = void 0; /** * An error thrown when an invalid configuration is provided. */ class InvalidConfigError extends Error { constructor(message) { super(`Invalid config: ${message}`); } } exports.InvalidConfigError = InvalidConfigError; //# sourceMappingURL=InvalidConfigError.js.map