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
10 lines (9 loc) • 392 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InstallationTimestampGetError = void 0;
class InstallationTimestampGetError extends Error {
constructor(err) {
super(`Installation timestamp does not exist. Try reinstalling the lib to create it. \n${err.message}`);
}
}
exports.InstallationTimestampGetError = InstallationTimestampGetError;