UNPKG

@mswjs/interceptors

Version:

Low-level HTTP/HTTPS/XHR/fetch request interception library.

8 lines (7 loc) 200 B
export class InterceptorError extends Error { constructor(message?: string) { super(message) this.name = 'InterceptorError' Object.setPrototypeOf(this, InterceptorError.prototype) } }