UNPKG

@levimc-lse/scaffold

Version:

A utility for assisting in the development of Legacy Script Engine plugins.

10 lines (9 loc) 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LevilaminaPluginNotFoundError = void 0; class LevilaminaPluginNotFoundError extends Error { constructor(pluginName) { super(`Levilamina plugin ${pluginName} does not found.`); } } exports.LevilaminaPluginNotFoundError = LevilaminaPluginNotFoundError;