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
- Host: GitHub
- URL: https://github.com/osoco/pharo-eda-errors
- Owner: osoco
- License: gpl-3.0
- Created: 2021-06-08T06:09:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T06:37:46.000Z (about 5 years ago)
- Last Synced: 2025-01-16T05:26:01.796Z (over 1 year ago)
- Language: Smalltalk
- Size: 2.06 MB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.