aboutsummaryrefslogtreecommitdiffstats
path: root/lvc/qtfaststart/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'lvc/qtfaststart/exceptions.py')
-rw-r--r--lvc/qtfaststart/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lvc/qtfaststart/exceptions.py b/lvc/qtfaststart/exceptions.py
new file mode 100644
index 0000000..f0767e1
--- /dev/null
+++ b/lvc/qtfaststart/exceptions.py
@@ -0,0 +1,5 @@
+class FastStartException(Exception):
+ """
+ Raised when something bad happens during processing.
+ """
+ pass \ No newline at end of file