We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5295b commit f72431fCopy full SHA for f72431f
nvflare/apis/fl_exception.py
@@ -36,6 +36,6 @@ class UnsafeJobError(Exception):
36
37
38
class UnsafeComponentError(Exception):
39
- """Raised when configuration parsing error happens."""
+ """Raised when a component in the configuration is detected to be unsafe"""
40
41
pass
0 commit comments