Open
Description
Currently, the following exception classes have internal accessibility:
- TransactionTimedOutException
- TransactionNotActiveException
- TransactionException
- AuthenticationException
This means that it's not possible to have a catch block in which you explicitly catch one of these types.
Why was this done, and do you accept a PR to change this?