0.0.5 • Published 3 years ago

catch-exeption-input v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago