add DeviceLibraryError

nolock
jan 2 years ago
parent b2a8a1749a
commit 7612a2660c

@ -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

Loading…
Cancel
Save