Skip to content

Commit

Permalink
docs: link to handling exceptions (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jun 10, 2020
1 parent 2eec357 commit 9894ad9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 9894ad9

Please sign in to comment.