Skip to content

Add new error module to provide IgwnAuthError

Ghost User requested to merge error into main

As suggested in https://github.com/duncanmmacleod/igwn-auth-utils/pull/5#discussion_r758448588, this PR adds a new igwn_auth_utils.error module to provide the IgwnAuthError class as a subclass of RuntimeError, to allow callers to catch only our authentication errors.

Merge request reports