1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 1 12 1 12 12 12 1 1 | 'use strict'; exports.__esModule = true; function _classCallCheck(instance, Constructor) { Iif (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } } var EmptyError = function EmptyError() { _classCallCheck(this, EmptyError); this.name = 'EmptyError'; this.message = 'no elements in sequence'; } //# sourceMappingURL=EmptyError.js.map ; exports['default'] = EmptyError; module.exports = exports['default']; //# sourceMappingURL=EmptyError.js.map |