UNPKG

strapi-plugin-comments

Version:
4 lines (3 loc) 216 B
import { RequestContext } from '../@types'; import PluginError from './PluginError'; export declare const throwError: (ctx: RequestContext, e: PluginError | Error | unknown) => PluginError | Error | unknown | never;