UNPKG

ovm

Version:

OVM is a CLI application for managing Obsidian vaults.

11 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PluginNotFoundInRegistryError = void 0; class PluginNotFoundInRegistryError extends Error { constructor(pluginId) { super(`Plugin not found in registry: ${pluginId}`); this.name = 'PluginNotFoundInRegistryError'; } } exports.PluginNotFoundInRegistryError = PluginNotFoundInRegistryError; //# sourceMappingURL=errors.js.map