export default class PluginNotFoundError extends Error { constructor(entityType: string, pluginType: string, type: string); }