From c96fac7969716c5ebec27cac23bbe83d2c8d8e4c Mon Sep 17 00:00:00 2001 From: Matthias Breddin Date: Fri, 24 Mar 2017 12:43:01 +0100 Subject: [PATCH] Update http-client-meta.md (#22) Fixed typo --- proposed/http-client/http-client-meta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.