UNPKG

typerinth

Version:

A TypeScript library for interacting with the Modrinth API.

11 lines (10 loc) 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VersionNotFoundError = void 0; class VersionNotFoundError extends Error { constructor(message) { super(message); this.name = 'VersionNotFoundError'; } } exports.VersionNotFoundError = VersionNotFoundError;