We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
See https://github.com/mkomitee/flask-kerberos/blob/master/flask_kerberos.py#L35
The "Exception" class has dropped the "message" attribute at least since Python 3.4. Better to replace it with the "args" method.