You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg=f"Max retries exceeded for evolution {evolution.__class__.__name__}."
27
27
super().__init__(msg)
28
+
29
+
30
+
classExceptionInRunner(RagasException):
31
+
"""
32
+
Exception raised when an exception is raised in the executor.
33
+
"""
34
+
35
+
def__init__(self):
36
+
msg="The runner thread which was running the jobs raised an exeception. Read the traceback above to debug it. You can also pass `raise_exception=False` incase you want to show only a warning message instead."
0 commit comments