feat: more pythonic error parent class

This commit is contained in:
2025-09-14 01:40:59 -03:00
parent 7f44e84bce
commit 156c825a67
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
class InternalAssertionException(AssertionError):
class InternalAssertionException(RuntimeError):
"""Exception raised for internal assertions."""
def __init__(