omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Don't lose custom exception message on raising AuthCanceled #1062

Closed dotsbb closed 7 years ago

dotsbb commented 7 years ago

There are 4 usages of AuthCanceled with custom error message. In all those cases the message will be lost without this fix.

omab commented 7 years ago

I've ported this PR into social-core

Thanks!