ErrorBuilder: (message: string) => Error

Creates a new error.

Type declaration

    • (message: string): Error
    • Parameters

      • message: string

        a message that explains what went wrong

      Returns Error

      a new error