ES2015 Only
Added
- Native full stack trace output in node.js by defining
inspect()to returnfullStack(this) - Export
fullStack()method for getting the full stack trace from any error (returnserr.stackwhen noerr.causeis available)
Changed
- Remove ES5 usage and require inheritance from
BaseErrorexport - Remove
toString()chained behaviour