basant307/AI_Governance_Project
048
1export class InterceptorError extends Error {2 constructor(message?: string) {3 super(message)4 this.name = 'InterceptorError'5 Object.setPrototypeOf(this, InterceptorError.prototype)6 }7}8 1export class InterceptorError extends Error {2 constructor(message?: string) {3 super(message)4 this.name = 'InterceptorError'5 Object.setPrototypeOf(this, InterceptorError.prototype)6 }7}8