PHP 8.2.30
Preview: error.py Size: 272 B
/proc/thread-self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/virtualenv/util/error.py

"""Errors"""


class ProcessCallFailed(RuntimeError):
    """Failed a process call"""

    def __init__(self, code, out, err, cmd):
        super().__init__(code, out, err, cmd)
        self.code = code
        self.out = out
        self.err = err
        self.cmd = cmd

Directory Contents

Dirs: 3 × Files: 4

Name Size Perms Modified Actions
path DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
272 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
4.67 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
982 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
0 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download

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