From 7f85bd8ed84b23fc4e683ab90fc7babe288f1a27 Mon Sep 17 00:00:00 2001 From: Ben Connors Date: Tue, 24 Sep 2019 22:20:51 -0400 Subject: Initial commit - Basic functionality - Can save/load to XML format (see examples folder) - Can create and edit fixtures and channels - Can create and edit Scenes and Audios - Live updates through callbacks --- exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 exceptions.py (limited to 'exceptions.py') diff --git a/exceptions.py b/exceptions.py new file mode 100644 index 0000000..1b950e8 --- /dev/null +++ b/exceptions.py @@ -0,0 +1,4 @@ +"""Module containing common exceptions.""" + +class LoadError(Exception): + pass -- cgit v1.2.3