mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Set up worker server (#10814)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { ApplicationError } from 'n8n-workflow';
|
||||
|
||||
export class CredentialsOverwritesAlreadySetError extends ApplicationError {
|
||||
constructor() {
|
||||
super('Credentials overwrites may not be set more than once.');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user