Options
All
  • Public
  • Public/Protected
  • All
Menu

Exception storage, will keep all created exception from the begin process until the end of process. This will use call method to define is exception be called.

This implement as singleton class, you can use the class object by CONST propoty

author

Kamontat Chantrachirathumrong

version

1.0.0

since

Obtober 23, 2018

Hierarchy

  • ExceptionStorage

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

exceptions

exceptions: Exception[] = []

Static CONST

CONST: ExceptionStorage = new ExceptionStorage()

Singleton object of this storage

Methods

add

list

print

  • print(): void

reset

  • reset(): void

Generated using TypeDoc