mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-30 00:28:49 +02:00
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
import { UnexpectedError } from 'n8n-workflow';
|
|
|
|
export class InvalidRoleError extends UnexpectedError {}
|