UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines (8 loc) 247 B
export class TestCaseFailureError extends Error { constructor(message, status) { super(message); this.status = status; this.name = this.constructor.name; Error.captureStackTrace(this, this.constructor); } }