UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

16 lines (12 loc) 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; class SevereServiceError extends Error { constructor(message = 'Sever Service Error occurred.') { super(message); this.name = 'SevereServiceError'; } } exports.default = SevereServiceError;