1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 22:01:50 +01:00
Otavio Salvador 146ae4da18 Implement std::error::Error for our custom errors
For allowing a more ergonomic use and better integration on the
ecosystem, this adds the `std::error::Error` `impl` for our custom
errors.

We intent to drop this hand made code once `derive_more` finishes the
addition of the Error derive support[1]. Until that is available, we
need to live with that.

1. https://github.com/JelteF/derive_more/issues/92

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-03-18 00:22:18 -03:00
..
2020-03-08 16:42:45 +09:00
2019-12-13 11:24:57 +06:00
2019-12-13 11:24:57 +06:00
2020-02-27 22:39:11 +09:00
2019-12-13 11:24:57 +06:00
2019-12-13 11:24:57 +06:00
2020-03-12 00:52:21 -03:00
2019-12-05 23:35:43 +06:00
2019-12-08 12:31:16 +06:00