Class DescriptiveError

An error with a self-explaining readable message that does not require a stack trace

Hierarchy

  • Error
    • DescriptiveError

Constructors

Constructors

  • Create a new DescriptiveError

    Parameters

    • message: string

      The descriptive error message

    • Optionalcause: unknown

      An optional underlying error

    Returns DescriptiveError