Add exception docstring

This commit is contained in:
Mark Backman
2025-11-26 12:01:20 -05:00
parent 8549331b32
commit 54ff49c4fc

View File

@@ -807,6 +807,7 @@ class ErrorFrame(SystemFrame):
error: Description of the error that occurred.
fatal: Whether the error is fatal and requires bot shutdown.
processor: The frame processor that generated the error.
exception: The exception that occurred.
"""
error: str