So, I am trying to match the exception with the doctrine.
>>> api = Api("foo", "bar")
The problem is that this works with py2.7, but not python 3. The exception tracking format has been changed, so now it includes the full name of the module. That is, in python 3, package.module.AuthError instead.
Is there a way to match both? It seems that IGNORE_EXCEPTION_DETAIL is not valid here.
Nikolay Derkach
source share