export class OrganizationAllowListViolationError extends Error { constructor(message: string) { super(message) } }