Moved to a LabThings dependency for server
This commit is contained in:
parent
a1223d8b28
commit
36334ed743
65 changed files with 546 additions and 2364 deletions
|
|
@ -1,10 +1,6 @@
|
|||
from threading import ThreadError
|
||||
|
||||
|
||||
class TaskDeniedException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class LockError(ThreadError):
|
||||
ERROR_CODES = {
|
||||
"ACQUIRE_ERROR": "Unable to acquire. Lock in use by another thread.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue