From e1180428ed3e7634fe1596103511fbb1da05f228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Wed, 31 May 2017 18:08:31 -0500 Subject: first commit --- mvc/qtfaststart/exceptions.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mvc/qtfaststart/exceptions.py (limited to 'mvc/qtfaststart/exceptions.py') 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 -- cgit v1.2.3