Files
freeCodeCamp/probot/presolver/node_modules/bottleneck/lib/BottleneckError.js
2018-12-05 11:23:55 +05:30

9 lines
170 B
JavaScript
Executable File

"use strict";
(function () {
var BottleneckError;
BottleneckError = class BottleneckError extends Error {};
module.exports = BottleneckError;
}).call(undefined);