PHP 8.2.30
Preview: errors.py Size: 573 B
//opt/cloudlinux/venv/lib64/python3.11/site-packages/setuptools/_distutils/compilers/C/errors.py

class Error(Exception):
    """Some compile/link operation failed."""


class PreprocessError(Error):
    """Failure to preprocess one or more C/C++ files."""


class CompileError(Error):
    """Failure to compile one or more C/C++ source files."""


class LibError(Error):
    """Failure to create a static library from one or more C/C++ object
    files."""


class LinkError(Error):
    """Failure to link one or more C/C++ object files into an executable
    or shared library file."""


class UnknownFileType(Error):
    """Attempt to process an unknown file type."""

Directory Contents

Dirs: 2 × Files: 6

Name Size Perms Modified Actions
tests DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
- drwxr-xr-x 2026-02-06 08:05:33
Edit Download
53.59 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
11.57 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
573 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
20.90 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
16.14 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
6.43 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download

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