Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Overwrite

The error thrown when some sort of illegal overwrite is attempted. It is usually in the case of trying to define a constant with the same name as another previously defined constant.

Hierarchy

  • Overwrite

Index

Constructors

Constructors

constructor

  • The error thrown when some sort of illegal overwrite is attempted. It is usually in the case of trying to define a constant with the same name as another previously defined constant.

    Parameters

    • name: string

      The name of the constant which is being overwritten.

    Returns Overwrite

Generated using TypeDoc