UNPKG

wdio-ms-teams-service

Version:

A WebdriverIO plugin to report to Microsoft Teams channel webhooks

12 lines (11 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MsTeamsServiceError = void 0; class MsTeamsServiceError extends Error { constructor(message) { super(message); this.name = "MsTeamsServiceError"; this.stack = `${this.name}: ${message}`; } } exports.MsTeamsServiceError = MsTeamsServiceError;