645 B
645 B
Home > @apextoaster/js-utils > MissingKeyError
MissingKeyError class
Error indicating that a required key did not exist in a map-like.
Signature:
export declare class MissingKeyError extends NotFoundError
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(msg, nested) | Constructs a new instance of the MissingKeyError class |