0.6.0 • Published 2 years ago
@arkitema/errorhandling v0.6.0
@arkitema/errorhandling
The error handling package deals with displaying appropriate messages when an error occurs in the application. It's composed of the following:
- ErrorMessage: Simple display notifying there is an error.
- ErrorBoundary: Used to wrap around the application; in case of an error, it will render an error message and additional directions on how to proceed.
Installation
npm install --save @arkitema/errorhandling