| 16 | import { prettyStringify } from "./stringify"; |
| 17 | |
| 18 | export class RequestError extends Error { |
| 19 | constructor(message: string) { |
| 20 | super(message); |
| 21 | if (typeof Object.setPrototypeOf === "function") { |
nothing calls this directly
no outgoing calls
no test coverage detected