PHP 8.2.30
Preview: exceptions.py Size: 402 B
/opt/cloudlinux/venv/lib64/python3.11/site-packages/clcagefslib/exceptions.py

# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2024 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT


class UserNotFoundError(Exception):
    """Raised when a user is not found in the system."""
    def __init__(self, username: str):
        self.username = username
        super().__init__(f'user {username} not found')

Directory Contents

Dirs: 3 × Files: 7

Name Size Perms Modified Actions
selector DIR
- drwxr-xr-x 2026-03-25 07:00:52
Edit Download
- drwxr-xr-x 2026-03-25 07:00:52
Edit Download
- drwxr-xr-x 2026-03-25 07:00:52
Edit Download
2.76 KB lrw-r--r-- 2026-03-02 11:08:26
Edit Download
936 B lrw-r--r-- 2026-03-02 11:08:26
Edit Download
15.98 KB lrwxr-xr-x 2026-03-02 11:08:26
Edit Download
402 B lrw-r--r-- 2026-03-02 11:08:26
Edit Download
1020 B lrw-r--r-- 2026-03-02 11:08:26
Edit Download
2.68 KB lrw-r--r-- 2026-03-02 11:08:26
Edit Download
180 B lrw-r--r-- 2026-03-02 11:08:26
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).