Cleaned up by removing unused exception definitions. Added license.
[~jspiros/python-ebml.git] / ebml / exceptions.py
diff --git a/ebml/exceptions.py b/ebml/exceptions.py
deleted file mode 100644 (file)
index e501df0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-class EBMLException(Exception):
-       pass
-
-class ParseError(EBMLException):
-       pass
-
-class ReservedElementIDError(EBMLException):
-       pass
\ No newline at end of file