PHP 8.2.31
Preview: exceptions.py Size: 816 B
//opt/cloudlinux/venv/lib64/python3.11/site-packages/pylint/config/exceptions.py

# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt

from __future__ import annotations


class UnrecognizedArgumentAction(Exception):
    """Raised if an ArgumentManager instance tries to add an argument for which the
    action is not recognized.
    """


class _UnrecognizedOptionError(Exception):
    """Raised if an ArgumentManager instance tries to parse an option that is
    unknown.
    """

    def __init__(self, options: list[str], *args: object) -> None:
        self.options = options
        super().__init__(*args)


class ArgumentPreprocessingError(Exception):
    """Raised if an error occurs during argument pre-processing."""

Directory Contents

Dirs: 2 × Files: 18

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-05 08:01:15
Edit Download
- drwxr-xr-x 2026-02-05 08:01:15
Edit Download
14.55 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
31.95 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
8.17 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
13.83 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.55 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
4.53 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
4.96 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.88 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
405 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
816 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
4.06 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.63 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
8.32 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
4.51 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
14.48 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.02 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
9.24 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.43 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download

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