UNPKG
@thellimist/bottleneck
Version:
latest (2.19.8)
2.19.8
2.19.7
2.19.6
Distributed task scheduler and rate limiter
github.com/usehaystack/bottleneck
usehaystack/bottleneck
@thellimist/bottleneck
/
lib
/
BottleneckError.js
5 lines
(4 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
var
BottleneckError
;
BottleneckError
=
class
BottleneckError
extends
Error
{};
module
.
exports
=
BottleneckError
;