UnexpectedResponseError
import { UnexpectedResponseError } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";
想定されない応答が帰ってきたときに投げる例外
class UnexpectedResponseError extends Error {}
constructor(response: Response);
name: string;