UnexpectedResponseError
import { UnexpectedResponseError } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/mod.ts";
class UnexpectedResponseError extends Error {}
constructor(init: {
status: number;
statusText: string;
body: string;
path: URL;
});body: string;
name: string;
path: URL;
status: number;
statusText: string;