Skip to content

Commit 7f9ec54

Browse files
committed
Merge pull request #13 from wojcikstefan/master
MimeTypeParseException should inherit from ValueError
2 parents fffb516 + 3c01dcb commit 7f9ec54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mimeparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__credits__ = ''
2727

2828

29-
class MimeTypeParseException(Exception):
29+
class MimeTypeParseException(ValueError):
3030
pass
3131

3232

0 commit comments

Comments
 (0)