UNPKG

masto

Version:

Mastodon API client for JavaScript, TypeScript, Node.js, browsers

8 lines (7 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MastoUnexpectedError = void 0; const ts_custom_error_1 = require("ts-custom-error"); class MastoUnexpectedError extends ts_custom_error_1.CustomError { } exports.MastoUnexpectedError = MastoUnexpectedError;