ARK-Builders / arklib

Core of the programs in ARK family
MIT License
1 stars 10 forks source link

Add error for different use case #51

Closed gwendalF closed 9 months ago

gwendalF commented 9 months ago

Define custom errors type. More type could be use if needed and remove the anyhow completely. Anyhow is better for application developper who want to manage every errors. For a library it's better to provide different errors and let the consumer decide what to do https://github.com/ARK-Builders/arklib/issues/43