source: trip-planner-front/node_modules/rxjs/_esm5/internal/util/ArgumentOutOfRangeError.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 554 bytes
Line 
1/** PURE_IMPORTS_START PURE_IMPORTS_END */
2var ArgumentOutOfRangeErrorImpl = /*@__PURE__*/ (function () {
3 function ArgumentOutOfRangeErrorImpl() {
4 Error.call(this);
5 this.message = 'argument out of range';
6 this.name = 'ArgumentOutOfRangeError';
7 return this;
8 }
9 ArgumentOutOfRangeErrorImpl.prototype = /*@__PURE__*/ Object.create(Error.prototype);
10 return ArgumentOutOfRangeErrorImpl;
11})();
12export var ArgumentOutOfRangeError = ArgumentOutOfRangeErrorImpl;
13//# sourceMappingURL=ArgumentOutOfRangeError.js.map
Note: See TracBrowser for help on using the repository browser.