always-panic - v0.10.1
    Preparing search index...

    Type Alias TypedErrorClass

    TypedErrorClass: Pick<typeof TypedError, "fromAny" | "trySync" | "tryAsync">

    The static-side shape the try helpers need from a TypedError class. Deliberately excludes the construct signature: no subclass is assignable to typeof TypedError — even one that only inherits the constructor — because the conditional info tuple, re-instantiated with the subclass's narrowed code parameter, cannot be related to the base's unresolved form.