From 62935796ab003cae8c94de1ce2aef346000ec37e Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Mon, 8 Jun 2020 19:24:36 -0700 Subject: [PATCH] docs: link to descriptive exception types --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60f5286385..76070afd78 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ try { } ``` +For more descriptive exception types, please see the [Twilio documentation](https://www.twilio.com/docs/libraries/java/usage-guide#exceptions). + ### Using a Different Client ```java