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;