Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
465 bytes
|
Line | |
---|
1 | /** PURE_IMPORTS_START PURE_IMPORTS_END */
|
---|
2 | var TimeoutErrorImpl = /*@__PURE__*/ (function () {
|
---|
3 | function TimeoutErrorImpl() {
|
---|
4 | Error.call(this);
|
---|
5 | this.message = 'Timeout has occurred';
|
---|
6 | this.name = 'TimeoutError';
|
---|
7 | return this;
|
---|
8 | }
|
---|
9 | TimeoutErrorImpl.prototype = /*@__PURE__*/ Object.create(Error.prototype);
|
---|
10 | return TimeoutErrorImpl;
|
---|
11 | })();
|
---|
12 | export var TimeoutError = TimeoutErrorImpl;
|
---|
13 | //# sourceMappingURL=TimeoutError.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.