Skip to content

EmitterError

Error class representing emitter-related errors.

Extends

  • Error

Constructors

Constructor

ts
new EmitterError(message): EmitterError;

Creates a new EmitterError instance.

Parameters

message

string

Error message.

Returns

EmitterError

Overrides

ts
Error.constructor;