mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix: Prevent errors processed by n8n to be flagged as internal (no-changelog) (#10023)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export class WebhookAuthorizationError extends Error {
|
||||
import { ApplicationError } from 'n8n-workflow';
|
||||
|
||||
export class WebhookAuthorizationError extends ApplicationError {
|
||||
constructor(
|
||||
readonly responseCode: number,
|
||||
message?: string,
|
||||
|
||||
Reference in New Issue
Block a user