aboutsummaryrefslogtreecommitdiffstats
path: root/mvc/qtfaststart/exceptions.py
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-05-31 18:08:31 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-05-31 18:08:31 -0500
commite1180428ed3e7634fe1596103511fbb1da05f228 (patch)
tree13de9592bcde7050b089b9644839668024c518b3 /mvc/qtfaststart/exceptions.py
downloadlibrevideoconverter-e1180428ed3e7634fe1596103511fbb1da05f228.tar.lz
librevideoconverter-e1180428ed3e7634fe1596103511fbb1da05f228.tar.xz
librevideoconverter-e1180428ed3e7634fe1596103511fbb1da05f228.zip
first commit
Diffstat (limited to 'mvc/qtfaststart/exceptions.py')
-rw-r--r--mvc/qtfaststart/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/mvc/qtfaststart/exceptions.py b/mvc/qtfaststart/exceptions.py
new file mode 100644
index 0000000..f0767e1
--- /dev/null
+++ b/mvc/qtfaststart/exceptions.py
@@ -0,0 +1,5 @@
+class FastStartException(Exception):
+ """
+ Raised when something bad happens during processing.
+ """
+ pass \ No newline at end of file