UNPKG

@n1k1t/mock-server

Version:

The ultimate toolkit to intercept, transform, and simulate HTTP/WS traffic with type-safe expectations

6 lines 273 B
import { IRequestConfiguration } from './types'; export declare class InternalServerError extends Error { configuration: IRequestConfiguration; constructor(configuration: IRequestConfiguration, message: string); } //# sourceMappingURL=internal-server.error.d.ts.map