We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 912172a + 7dd240f commit c984444Copy full SHA for c984444
1 file changed
typeid/errors.py
@@ -2,13 +2,13 @@ class TypeIDException(Exception):
2
...
3
4
5
-class PrefixValidationException(Exception):
+class PrefixValidationException(TypeIDException):
6
7
8
9
-class SuffixValidationException(Exception):
+class SuffixValidationException(TypeIDException):
10
11
12
13
-class InvalidTypeIDStringException(Exception):
+class InvalidTypeIDStringException(TypeIDException):
14
0 commit comments