Skip to content

invoice-simple/parse-error-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install

npm i @invoice-simple/parse-error-plus --save

Usage

ES6 or Typescript

import { setupParseError } from '@invoice-simple/parse-error-plus'
setupParseError(Parse)

Old way

require('@invoice-simple/parse-error-plus').setupParseError(Parse)

Parse must be defined before calling it.

//

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%