This project provides error handling mechanisms for PharoEDA.
PharoEDA applications need to deal with errors. Sometimes logging them is enough. Sometimes a sophisticated mechanism is needed. This project provides the supported mechanisms available to any PharoEDA application.
PharoEDA-Errors contains pluggable strategy implementations, so each can replace one another.
This repository gets loaded when you load PharoEDA itself.
However, you can load it manually with Metacello:
Metacello new repository: 'github://osoco/pharo-eda-errors:main'; baseline: #PharoEDAErrors; load
- Background of the Pharo image by Steve Buissinne from Pixabay.