add DeviceLibraryError
This commit is contained in:
parent
b2a8a1749a
commit
7612a2660c
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue