add DeviceLibraryError
This commit is contained in:
parent
b2a8a1749a
commit
7612a2660c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user