add DeviceLibraryError

This commit is contained in:
jan 2022-02-27 21:13:11 -08:00
parent b2a8a1749a
commit 7612a2660c

View File

@ -26,6 +26,13 @@ class LibraryError(MasqueError):
pass pass
class DeviceLibraryError(MasqueError):
"""
Exception raised by DeviceLibrary classes
"""
pass
class DeviceError(MasqueError): class DeviceError(MasqueError):
""" """
Exception raised by Device and Port objects Exception raised by Device and Port objects