mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
f8f13f54be
and also not being handled in the Reconnector
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
export class AbortError extends Error {
|
|
get name() {
|
|
return "AbortError";
|
|
}
|
|
}
|