Revision b6522276 lib/errors.py
b/lib/errors.py | ||
---|---|---|
82 | 82 |
pass |
83 | 83 |
|
84 | 84 |
|
85 |
class PidFileLockError(LockError): |
|
86 |
"""PID file is already locked by another process. |
|
87 |
|
|
88 |
""" |
|
89 |
|
|
90 |
|
|
85 | 91 |
class HypervisorError(GenericError): |
86 | 92 |
"""Hypervisor-related exception. |
87 | 93 |
|
Also available in: Unified diff