Skip to content

osoco/pharo-eda-errors

Repository files navigation

PharoEDA Errors

This project provides error handling mechanisms for PharoEDA.

Motivation

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.

Design

PharoEDA-Errors contains pluggable strategy implementations, so each can replace one another.

Usage

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

Credits

About

Errors component of PharoEDA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published