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
8 lines (7 loc) • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthenticationHttpClientError = void 0;
const http_client_error_1 = require("./http-client-error");
class AuthenticationHttpClientError extends http_client_error_1.HttpClientError {
}
exports.AuthenticationHttpClientError = AuthenticationHttpClientError;