UNPKG

typerinth

Version:

A TypeScript library for interacting with the Modrinth API.

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