UNPKG

@gabliam/web-core

Version:
8 lines (7 loc) 181 B
/** * Exception when interceptor not implement Interceptor */ export declare class BadInterceptorError extends Error { name: string; constructor(interceptor: Function); }