UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines (8 loc) 256 B
import { constructErrorResponse } from "../utils.js"; export class DeployValidationException extends Error { constructor(message) { super(message); this.data = constructErrorResponse(); } } export default DeployValidationException;