662 B
662 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
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(msg, nested) | Constructs a new instance of the NotImplementedError class |