Skip to content

Commit fa7b90c

Browse files
lubosmjggainey
authored andcommitted
Expose TimeoutException
closes pulp#5024
1 parent 72b94e5 commit fa7b90c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES/plugin_api/5024.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Exposed ``TimeoutException`` to plugin writers.

pulpcore/plugin/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
PulpException,
55
SizeValidationError,
66
MissingDigestValidationError,
7+
TimeoutException,
78
UnsupportedDigestValidationError,
89
)

0 commit comments

Comments
 (0)