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) • 371 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InstallationTimestampCreateError = void 0;
class InstallationTimestampCreateError extends Error {
constructor(err) {
super(`Installation timestamp could not be created. \n${err.message}`);
}
}
exports.InstallationTimestampCreateError = InstallationTimestampCreateError;