n8n/packages/@n8n/errors/src/index.ts

4 lines
134 B
TypeScript

export { ApplicationError } from './application.error';
export { IsolateError } from './isolate.error';
export type * from './types';