PHP 8.2.30
Preview: error.py Size: 323 B
//opt/hc_python/lib64/python3.12/site-packages/virtualenv/util/error.py

"""Errors."""

from __future__ import annotations


class ProcessCallFailedError(RuntimeError):
    """Failed a process call."""

    def __init__(self, code, out, err, cmd) -> None:
        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 2025-04-04 08:02:01
Edit Download
- drwxr-xr-x 2025-04-04 08:02:01
Edit Download
- drwxr-xr-x 2025-04-04 08:02:01
Edit Download
323 B lrw-r--r-- 2025-04-04 08:02:01
Edit Download
4.67 KB lrw-r--r-- 2025-04-04 08:02:01
Edit Download
1.20 KB lrw-r--r-- 2025-04-04 08:02:01
Edit Download
0 B lrw-r--r-- 2025-04-04 08:02:01
Edit Download

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