UNPKG

@gam-test/fetch-wrapper

Version:

A simple fetch wrapper for better error handling and less response context

2 lines 285 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var r=class extends Error{constructor({url:n,content:t,cause:s}){super("Unexpected response content from server"),this.url=n,this.content=t,this.cause=s}};exports.a = r; //# sourceMappingURL=chunk-3IRUMJMO.js.map