diff --git a/proposed/http-client/http-client-meta.md b/proposed/http-client/http-client-meta.md index 45ff70168..591871e9f 100644 --- a/proposed/http-client/http-client-meta.md +++ b/proposed/http-client/http-client-meta.md @@ -53,7 +53,7 @@ a few drawbacks: ### Exceptions -Our the domain exceptions `NetworkException`, `RequestException` and `HttpException` define +The domain exceptions `NetworkException`, `RequestException` and `HttpException` define a contract very similar to each other. The chosen approach is to not let them extend each other because inheritance does not make sense in the domain model. A `RequestException` is not a `NetworkException`.