Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LogicError

Logic Error.

author

Jeongho Nam - https://github.com/samchon

Hierarchy

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

name

  • get name(): string

Methods

toJSON

  • toJSON(): object
  • Native function for JSON.stringify().

    The Exception.toJSON function returns only three properties; (name, {@link message} and {@link stack}). If you want to define a new sub-class extending the Exception and const the class to export additional props (or remove some props), override this Exception.toJSON method.

    Returns object

    An object for JSON.stringify().

what

  • what(): string

Generated using TypeDoc