We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fffb516 + 3c01dcb commit 7f9ec54Copy full SHA for 7f9ec54
1 file changed
mimeparse.py
@@ -26,7 +26,7 @@
26
__credits__ = ''
27
28
29
-class MimeTypeParseException(Exception):
+class MimeTypeParseException(ValueError):
30
pass
31
32
0 commit comments