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 19ee29a commit 9861c12Copy full SHA for 9861c12
src/a2a/utils/errors.py
@@ -17,7 +17,7 @@
17
18
19
class A2AServerError(Exception):
20
- """Base exception for A2A Server errors."""
+ """Base exception for A2A Server errors."""
21
22
23
class MethodNotImplementedError(A2AServerError):
0 commit comments