An open API service indexing awesome lists of open source software.

https://github.com/osoco/pharo-eda-errors

Errors component of PharoEDA
https://github.com/osoco/pharo-eda-errors

Last synced: 3 months ago
JSON representation

Errors component of PharoEDA

Awesome Lists containing this project

README

          

# 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:

```smalltalk
Metacello new repository: 'github://osoco/pharo-eda-errors:main'; baseline: #PharoEDAErrors; load
```

## Credits

- Background of the Pharo image by Steve Buissinne from Pixabay.