/** * Error thrown when a plugin fails to setup. */ export class PluginSetupError extends Error { #id = "PluginSetupError" }