vector-im-hydrogen-web/src/utils/error.js
Bruno Windels f8f13f54be fix timeouts not working
and also not being handled in the Reconnector
2020-05-06 19:38:33 +02:00

6 lines
94 B
JavaScript

export class AbortError extends Error {
get name() {
return "AbortError";
}
}