SILENT KILLERPanel

Current Path: > > opt > cloudlinux > venv > lib64 > python3.11 > > > site-packages > raven


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/cloudlinux/venv/lib64/python3.11///site-packages/raven

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
conf Directory - -
contrib Directory - -
data Directory - -
handlers Directory - -
scripts Directory - -
transport Directory - -
utils Directory - -
__init__.py File 1238 bytes April 17 2025 13:10:58.
base.py File 30107 bytes April 17 2025 13:10:58.
breadcrumbs.py File 13222 bytes April 17 2025 13:10:58.
context.py File 3867 bytes April 17 2025 13:10:58.
events.py File 4673 bytes April 17 2025 13:10:58.
exceptions.py File 620 bytes April 17 2025 13:10:58.
middleware.py File 3594 bytes April 17 2025 13:10:58.
processors.py File 5388 bytes April 17 2025 13:10:58.
versioning.py File 2544 bytes April 17 2025 13:10:58.

Reading File: //opt/cloudlinux/venv/lib64/python3.11///site-packages/raven/exceptions.py

from __future__ import absolute_import

from raven.utils.compat import text_type


class APIError(Exception):
    def __init__(self, message, code=0):
        self.code = code
        self.message = message

    def __unicode__(self):
        return text_type("%s: %s" % (self.message, self.code))


class RateLimited(APIError):
    def __init__(self, message, retry_after=0):
        self.retry_after = retry_after
        super(RateLimited, self).__init__(message, 429)


class InvalidGitRepository(Exception):
    pass


class ConfigurationError(ValueError):
    pass


class InvalidDsn(ConfigurationError):
    pass

SILENT KILLER Tool