[Right now we have](https://github.com/chafey/dicomParser/blob/09a9d07a18ba8cdfbad12346addd7975dea698ef/src/parseDicom.js#L128-L133): ``` js catch(e) { var ex = { exception: e, dataSet: dataSet }; throw ex; } ``` which leave this in the console: ``` dicomParser.js:157 Uncaught [object Object] ``` see: http://eslint.org/docs/rules/no-throw-literal