From 14738704ede6dfa6ac79f362a9c1f7f40f470cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Mon, 11 Sep 2017 17:47:17 -0500 Subject: rename mvc at lvc --- lvc/qtfaststart/exceptions.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lvc/qtfaststart/exceptions.py (limited to 'lvc/qtfaststart/exceptions.py') 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 -- cgit v1.2.3