We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f27057 commit 7dd240fCopy full SHA for 7dd240f
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