mares-tcomb-error

0.0.4 • Public • Published

mares-tcomb-error

domain layer에서 po작성시 사용되는 tcomb의 에러핸들링 클래스입니다.

Installation

npm install --save mares-tcomb-error

Example

const MaresTcombError = require('mares-tcomb-error')
try {
    // todo validate tcomb schema
} catch (e) {
    throw new MaresTcombError(e)  
}

Dependents (1)

Package Sidebar

Install

npm i mares-tcomb-error

Weekly Downloads

3

Version

0.0.4

License

none

Unpacked Size

2.81 kB

Total Files

5

Last publish

Collaborators

  • hwaranglee
  • sngsng
  • piorio0919
  • kspark