import HttpInterruptedError from '../errors/httpInterruptedError'; export default class HttpAbortedError extends HttpInterruptedError { }