1
0
Fork 0
js-utils/docs/api/js-utils.notimplementederro...

689 B

Home > @apextoaster/js-utils > NotImplementedError

NotImplementedError class

Error indicating that a function has not been implemented yet.

Signature:

export declare class NotImplementedError extends BaseError 

Extends: BaseError

Constructors

Constructor Modifiers Description
(constructor)(msg, nested) Constructs a new instance of the NotImplementedError class