Skip to content

Commit

Permalink
Expose TimeoutException
Browse files Browse the repository at this point in the history
closes pulp#5024
  • Loading branch information
lubosmj committed Feb 3, 2024
1 parent 229766a commit ca8aa86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/plugin_api/5024.feature
@@ -0,0 +1 @@
Exposed ``TimeoutException`` to plugin writers.
1 change: 1 addition & 0 deletions pulpcore/plugin/exceptions.py
Expand Up @@ -4,5 +4,6 @@
PulpException,
SizeValidationError,
MissingDigestValidationError,
TimeoutException,
UnsupportedDigestValidationError,
)

0 comments on commit ca8aa86

Please sign in to comment.