frontend/.pnpm-store/v3/files/22/1be188ecf5141aa2ba5b8e2ba52f191f81ef173913fe69bb12b3053a41ca2f834fd1fec7088ae188fd7c1eaa79e20e2f4b0ce24cf9c6915f878256aceba5fa

14 lines
465 B
Plaintext

/** PURE_IMPORTS_START PURE_IMPORTS_END */
var TimeoutErrorImpl = /*@__PURE__*/ (function () {
function TimeoutErrorImpl() {
Error.call(this);
this.message = 'Timeout has occurred';
this.name = 'TimeoutError';
return this;
}
TimeoutErrorImpl.prototype = /*@__PURE__*/ Object.create(Error.prototype);
return TimeoutErrorImpl;
})();
export var TimeoutError = TimeoutErrorImpl;
//# sourceMappingURL=TimeoutError.js.map