From 9894ad9fd3970ec4302e42584b61d23807c5ecc4 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Wed, 10 Jun 2020 11:39:08 -0700 Subject: [PATCH] docs: link to handling exceptions (#583) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4fd747c4ef..8d5b46cec4 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ client.edge = 'sydney'; This will result in the `hostname` transforming from `api.twilio.com` to `api.sydney.au1.twilio.com`. +## Handling Exceptions + +For an example on how to handle exceptions in this helper library, please see the [Twilio documentation](https://www.twilio.com/docs/libraries/node/usage-guide#exceptions). + ## Using a Custom HTTP Client To use a custom HTTP client with this helper library, please see the [Twilio documentation](https://www.twilio.com/docs/libraries/node/custom-http-clients-node).