1.0.2-wmf.0 • Published 5 years ago

@kartotherian/err v1.0.2-wmf.0

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

Build Status

@kartotherian/err

A generic exception with parameter formatting and an optional metrics param

let Err = require('@kartotherian/err');

throw new Err('Invalid value %d', 10).metrics('wrong-value');