Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/eitherway/lib/adapters/web/fetch/mod.ts>FetchException

Yet Another Option and Result Implementation - providing safe abstractions for fallible flows inspired by F# and Rust
Latest
class FetchException
extends Error
import { FetchException } from "https://deno.land/x/eitherway@0.10.0/lib/adapters/web/fetch/mod.ts";

Constructors

new
FetchException(cause: unknown)

Properties

cause: Error | TypeError
name: string