PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
raven
/
transport
""" raven.transport.exceptions ~~~~~~~~~~~~~~~~~~~~~~~~~~ :copyright: (c) 2010-2012 by the Sentry Team, see AUTHORS for more details. :license: BSD, see LICENSE for more details. """ from __future__ import absolute_import class InvalidScheme(ValueError): """ Raised when a transport is constructed using a URI which is not handled by the transport """ class DuplicateScheme(Exception): """ Raised when registering a handler for a particular scheme which is already registered """
[-] threaded_requests.py
[open]
[-] requests.py
[open]
[+]
..
[+]
__pycache__
[-] registry.py
[open]
[-] base.py
[open]
[-] eventlet.py
[open]
[-] http.py
[open]
[-] threaded.py
[open]
[-] tornado.py
[open]
[-] gevent.py
[open]
[-] __init__.py
[open]
[-] twisted.py
[open]
[-] exceptions.py
[open]