UNPKG

onelnchr-mc-loaders

Version:
10 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidVersionError = void 0; class InvalidVersionError extends Error { constructor(gameVersion) { super(`Version "${gameVersion}" could not be found or is not supported by the loader`); } } exports.InvalidVersionError = InvalidVersionError; //# sourceMappingURL=errors.js.map