feat: move ArticleLocation to defined errors #24

Merged
koalp merged 1 commits from feature/article_location_defined_errors into development 2021-04-30 20:10:51 +02:00

1 Commits

Author SHA1 Message Date
b1d025a23c
feat: move ArticleLocation to defined errors
All checks were successful
continuous-integration/drone/push Build is passing
Previously, the functions in article_location.rs where returning generic
anyhow::Result.

In order to ease error handling when using the library, it have been
moved to specific errors.
2021-04-30 19:55:52 +02:00