Skip to main content
Module

x/capi/deps/smoldot.ts>CrashError

[WIP] A framework for crafting interactions with Substrate chains
Latest
class CrashError
extends Error
import { CrashError } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/smoldot.ts";

Thrown in case the underlying client encounters an unexpected crash.

This is always an internal bug in smoldot and is never supposed to happen.

Constructors

new
CrashError(message)