import FetchStreamError from "./fetch-stream-error.js";
export default class XhrError extends FetchStreamError {
}
