0.0.6 • Published 6 years ago

parse-error-plus v0.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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 parse-error-plus --save

Usage

ES6 or Typescript

import { setupParseError } from 'parse-error-plus'
setupParseError(Parse)

Old way

require('parse-error-plus').setupParseError(Parse)

Parse must be defined before calling it.

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago