mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(core): Migrate all errors in cli package to new hierarchy (#13478)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ApplicationError } from 'n8n-workflow';
|
||||
import { UserError } from 'n8n-workflow';
|
||||
|
||||
export class CredentialsOverwritesAlreadySetError extends ApplicationError {
|
||||
export class CredentialsOverwritesAlreadySetError extends UserError {
|
||||
constructor() {
|
||||
super('Credentials overwrites may not be set more than once.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user