Exception class naming/structure/usage creates confusion #610
Labels
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
Issue Summary
Because of naming, protection level and class hierarchy, it is not obvious what exceptions could possibly be thrown by the SDK.
Twilio.Exceptions contains 6 classes that either directly or indirectly extend System.Exception.
TwilioException.cs
CertificateValidationException.cs
RestException.cs
ApiException.cs
This structure created a few issues for me:
The text was updated successfully, but these errors were encountered: