Useful if you for example need to JSON.stringify() or process.send() the error. When a serialized error with a known name is encountered, it will be deserialized ...
Serialization is hard, especially across Python versions and multiple platforms. After dealing with many subtle bugs over the years (encodings, locales, large files) our libraries like spaCy and ...