SeyfertPluginError
Signature
export declare class SeyfertPluginError extends SeyfertErrorProperties
4Methods
1Properties
readonly plugin: string;readonly instanceId?: string;readonly phase: string;readonly index: number;Methods
constructorConstructorconstructor(plugin: string, phase: string, index: number, cause: unknown, code?: SeyfertPluginErrorCode, instanceId?: string);