feat: more pythonic error parent class
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class InternalAssertionException(AssertionError):
|
||||
class InternalAssertionException(RuntimeError):
|
||||
"""Exception raised for internal assertions."""
|
||||
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user