| |
@@ -470,6 +470,7 @@
|
| |
name: the name of the exception
|
| |
desc: the description of the exception (docstring)
|
| |
"""
|
| |
+ util.deprecated("method listFaults is deprecated and will be removed in 1.29")
|
| |
ret = []
|
| |
for n, v in globals().items():
|
| |
if isinstance(v, type(Exception)) and issubclass(v, GenericError):
|
| |
Related: https://pagure.io/koji/issue/3071