@ianwremmel/exception
v3.1.4
Published
Base-class for browser and nodejs Exceptions
Downloads
16
Readme
@ianwremmel/exception
Base-class for browser and nodejs Exceptions
Install
npm install @ianwremmel/exception
Usage
class MyError extends Exception {}
throw new MyError(`Something bad happened`);
Maintainers
Contribute
See CONTRIBUTE