@ossedb/patmat - v1.0.0
    Preparing search index...

    Class NonExhaustiveError

    Thrown by Matcher.exhaustive (and by an ADT match without a _ case) when no clause matched. Carries the offending value.

    Hierarchy

    • Error
      • NonExhaustiveError
    Index
    cause?: unknown
    message: string
    name: string
    stack?: string
    value: unknown

    The value that no pattern matched.