UNPKG

@foxy.io/sdk

Version:

Universal SDK for a full server-side and a limited in-browser access to Foxy hAPI.

10 lines (9 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UpdateError = void 0; class UpdateError extends Error { constructor() { super('not enough info to update; please reload resource instead'); } } exports.UpdateError = UpdateError;