Skip to content

Commit

Permalink
refactor: have EmitLoopError inherit RuntimeError
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Feb 2, 2025
1 parent 0f6e607 commit b330680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psygnal/_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ROOT = str(Path(psygnal.__file__).parent)


class EmitLoopError(Exception):
class EmitLoopError(RuntimeError):
"""Error type raised when an exception occurs during a callback."""

__module__ = "psygnal"
Expand Down

0 comments on commit b330680

Please sign in to comment.