webdriverio-automation
Version:
WebdriverIO-Automation android ios project
16 lines (12 loc) • 310 B
JavaScript
;
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;