ts-exceptions
v1.0.1
Published
Library is built with Node 8, back-compatibility is not guranteed
Readme
Exceptions
Library is built with Node 8, back-compatibility is not guranteedExceptions for extend Typescript error handling to have better experience with well-known Exception prototypes having built-in code property inside.
Usage
import {Exception} from "exceptions";
throw new Exception("Message", 500);
