dijkstra-backend-cloudron/node_modules/tarn/lib/TimeoutError.js

6 lines
151 B
JavaScript
Raw Normal View History

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class TimeoutError extends Error {
}
exports.TimeoutError = TimeoutError;