From 7612a2660c6c8133211454c84d53cfc92856fc2c Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 27 Feb 2022 21:13:11 -0800 Subject: [PATCH] add DeviceLibraryError --- masque/error.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/masque/error.py b/masque/error.py index 84607b7..54290f9 100644 --- a/masque/error.py +++ b/masque/error.py @@ -26,6 +26,13 @@ class LibraryError(MasqueError): pass +class DeviceLibraryError(MasqueError): + """ + Exception raised by DeviceLibrary classes + """ + pass + + class DeviceError(MasqueError): """ Exception raised by Device and Port objects