Function warnErrorPrivate

  • Private

    Generic warning handler.

    Parameters

    • thing: string

      Name of code block with error. Example: "[ParentContext] functionName()".

    • err: any

      Error to warn.

    Returns any