UNPKG

plato-sdk

Version:

JavaScript client for interacting with the Plato API

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