UNPKG

forgot

Version:

Forgot the exceptions function throws, just go on

23 lines (15 loc) 278 B
# node-forgot > forgot the exceptions the function throws, just go on:) ## Install ```Bash $ npm install forgot ``` ## Usage ```javascript var forgot = require('forgot'); console.log('Begin'); forgot(function() { throw new Error('Bomn!'); }); console.log('Finish'); ```