Coconstructor
Bun

constructor

ErrorConstructor.constructor

constructor ErrorConstructor(
message?: string
): Error;
constructor ErrorConstructor(
message?: string,
options?: ErrorOptions
): Error;

Referenced types

interface Error

interface ErrorOptions

  • cause?: unknown

    The cause of the error.