X-Git-Url: http://git.ithinksw.org/~jspiros/python-ebml.git/blobdiff_plain/4548466a9e8378bfb28ad196e2a9da7cffc88acb..495182be96c0580426942c5921be0d709e32b443:/ebml/exceptions.py diff --git a/ebml/exceptions.py b/ebml/exceptions.py deleted file mode 100644 index e501df0..0000000 --- a/ebml/exceptions.py +++ /dev/null @@ -1,8 +0,0 @@ -class EBMLException(Exception): - pass - -class ParseError(EBMLException): - pass - -class ReservedElementIDError(EBMLException): - pass \ No newline at end of file