mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
refactor(core): Move ApplicationError to @n8n/errors (#17667)
This commit is contained in:
@@ -7,7 +7,7 @@ import { DateTime, Duration, Interval, Settings } from 'luxon';
|
||||
|
||||
import { augmentArray, augmentObject } from './augment-object';
|
||||
import { AGENT_LANGCHAIN_NODE_TYPE, SCRIPTING_NODE_TYPES } from './constants';
|
||||
import { ApplicationError } from './errors/application.error';
|
||||
import { ApplicationError } from '@n8n/errors';
|
||||
import {
|
||||
ExpressionError,
|
||||
type ExpressionErrorOptions,
|
||||
|
||||
Reference in New Issue
Block a user