UNPKG
tracer-component
Version:
latest (0.1.0-20230213204243.commit-a69f42d)
next (0.1.0-20230213204243.commit-a69f42d)
0.1.0-20230213204243.commit-a69f42d
Trace execution spans all across your application.
tracer-component
/
dist
/
errors.js
10 lines
•
312 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"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