import FetchStreamError from "./fetch-stream-error.js";
/**
 * Represents an error that return from the server (will not retry)
 */
export default class HttpError extends FetchStreamError {
}
