0.0.5 • Published 2 years ago

catch-exeption-input v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

catch-exception-input

Usage

  1. Add ExceptionDataEntity to your TypeOrm connection
  2. Use WrapFunctions function to wrap function of object into functions that catch exceptions

    const obj = new SomeClass()
    WrapFunctions(obj)

    OR

     class SomeClass {
         constructor() {
             WrapFunctions(this)
         }
     }

Content of ExceptionDataEntity

  1. Class name
  2. Function name
  3. Create date
  4. Function input parameters
  5. Stack (Content of error)
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago