askui
Version:
Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on
11 lines (10 loc) • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UiControllerClientError = void 0;
class UiControllerClientError extends Error {
constructor(message) {
super(message);
this.name = 'UiControllerClientError';
}
}
exports.UiControllerClientError = UiControllerClientError;