UNPKG

typerinth

Version:

A TypeScript library for interacting with the Modrinth API.

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