Class

RenderingError

RenderingError#RenderingError(msg)

Constructor

# new RenderingError(msg)

Initializes the error with a message or original error

Creates a new RenderingError instance

Parameters:
Name Type Description
msg string | Error

The error message or original error

View Source ui/errors.ts, line 32

RenderingError#RenderingError(msg)

Constructor

# new RenderingError(msg)

Initializes the error with a message or original error

Creates a new RenderingError instance

Parameters:
Name Type Description
msg string | Error

The error message or original error

View Source ui/errors.ts, line 46