a13efd1ede6576f172c365f35193b967e214b4f0066cf09316f2c3de2093d758.json 472 B

1
  1. {"ast":null,"code":"const TimeoutErrorImpl = (() => {\n function TimeoutErrorImpl() {\n Error.call(this);\n this.message = 'Timeout has occurred';\n this.name = 'TimeoutError';\n return this;\n }\n TimeoutErrorImpl.prototype = Object.create(Error.prototype);\n return TimeoutErrorImpl;\n})();\nexport const TimeoutError = TimeoutErrorImpl;\n//# sourceMappingURL=TimeoutError.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}