'use strict';
exports.__esModule = true;
function _classCallCheck(instance, Constructor) { Iif (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
var ArgumentOutOfRangeError = function ArgumentOutOfRangeError() {
_classCallCheck(this, ArgumentOutOfRangeError);
this.name = 'ArgumentOutOfRangeError';
this.message = 'argument out of range';
}
//# sourceMappingURL=ArgumentOutOfRangeError.js.map
;
exports['default'] = ArgumentOutOfRangeError;
module.exports = exports['default'];
//# sourceMappingURL=ArgumentOutOfRangeError.js.map |