This module adds the stack trace to Parse.Error objects and makes it an instance of native Error as well. Tested on NodeJs
For more information: http://parseplatform.org/Parse-SDK-JS/api/classes/Parse.Error.html
npm i @invoice-simple/parse-error-plus --save
import { setupParseError } from '@invoice-simple/parse-error-plus'
setupParseError(Parse)require('@invoice-simple/parse-error-plus').setupParseError(Parse)Parse must be defined before calling it.
//