Releases: leandreAlly/error-ease
Releases · leandreAlly/error-ease
v1.1.3
v1.1.2
Fix import issues on error handlers
v1.1.1
Fix import on typescript file
v1.1.0
- Update documentation
Initial Release of error-ease
In this release, we're introducing the following features:
In this release, we're introducing the following features:
Custom Error Classes: Define your own error classes for more precise error handling.
Error Serialization: Easily serialize errors for logging or sending over the network.
Error Wrapping: Wrap existing errors with custom errors without losing the original error information.