Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't stringify and parse the error object to and from json (#22)
Stringifying and parsing again will throw when `obj` has a circular structure which can exist when e.g. ember data relationships are values in the changesets underlying object. Fixes #19
- Loading branch information