UNPKG

@pact-foundation/pact-cli

Version:
6 lines (5 loc) 195 B
import { CanDeployResponse } from './types'; export declare class CannotDeployError extends Error { output: CanDeployResponse | string; constructor(output: CanDeployResponse | string); }