UNPKG

tracer-component

Version:

Trace execution spans all across your application.

10 lines 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotInSpanError = void 0; class NotInSpanError extends Error { constructor() { super("Can't perform this operation out of an span"); } } exports.NotInSpanError = NotInSpanError; //# sourceMappingURL=errors.js.map