diff exceptions.py @ 104:dd2a309eefa9

refactor: move widgets into their own module This allows multiple ROM canvases to be opened at once, and each one has its own palette, which can change the palette in the tile picker.
author Jordi GutiƩrrez Hermoso <jordigh@octave.org>
date Sun, 15 Sep 2019 22:03:03 -0400 (2019-09-16)
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/exceptions.py
@@ -0,0 +1,2 @@
+class ROMOpeningError(Exception):
+    pass