| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| commands.py | |||||
| config.py | |||||
| exceptions.py | |||||
| id_registry.py | |||||
| limits.py |
# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2026 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT
class LvdError(Exception):
pass
class LvdConfigError(LvdError):
pass
| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| commands.py | |||||
| config.py | |||||
| exceptions.py | |||||
| id_registry.py | |||||
| limits.py |