You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: check if response attribute of WebPushException object is not None in __str__ method (#169)
this properly checks if extra info about Response object should be added
to string representation of WebPushException as the Response object is
falsy in case of the status code being between 400 and 600
0 commit comments