The [docs](https://twilio-python.readthedocs.org/en/latest/api/rest/) say that `TwilioRestException` can be accessed from `twilio.TwilioRestException`, but this is not the case. You instead need to use `twilio.rest.exceptions.TwilioRestException`. Is this a documentation bug, or should `twilio.TwilioRestException` actually work?