frontend/.pnpm-store/v3/files/9e/635fa6a7df2e617e7398265b247a9c4d87dd08a1eaea8557e8c14d9dd8b128e5b6d0f1dffef371538095c61e0e55c265e9ffd06c0d4567364f01feb4361ed9

14 lines
555 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ArgumentOutOfRangeErrorImpl = (function () {
function ArgumentOutOfRangeErrorImpl() {
Error.call(this);
this.message = 'argument out of range';
this.name = 'ArgumentOutOfRangeError';
return this;
}
ArgumentOutOfRangeErrorImpl.prototype = Object.create(Error.prototype);
return ArgumentOutOfRangeErrorImpl;
})();
exports.ArgumentOutOfRangeError = ArgumentOutOfRangeErrorImpl;
//# sourceMappingURL=ArgumentOutOfRangeError.js.map