UNPKG

typerinth

Version:

A TypeScript library for interacting with the Modrinth API.

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