flake8
passed.
JSHint
passed.
Review Request #12992 — Created April 27, 2023 and submitted
This updates
djblets.integrations.errors
to include type hints and to
add some docstrings that were previously missing.It also fixes an issue with using
IntegrationNotRegisteredError
. This
could be called with aNone
integration ID, which produced a poor
error message. To avoid introducing a new error and affecting consumers,
this class now provides a more specific error message with aNone
ID.
Tested along with consumers and suppliers of this error.
Unit tests pass.
Summary | ID |
---|---|
7acc55f3669a9d545e42305fdf1765790d8ce102 |