UNPKG

281 BTypeScriptView Raw
1/**
2 * Always throws an error with the given {@param exceptionCtor} and other arguments.
3 * This is only called from an error handling code path.
4 * @private
5 * @internal
6 */
7export declare const throwDefaultError: ({ output, parsedBody, exceptionCtor, errorCode }: any) => never;