X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/raven/transport
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
raven
/
transport
/
??
..
??
__init__.py
(784 B)
??
__pycache__
??
base.py
(1.19 KB)
??
eventlet.py
(1.5 KB)
??
exceptions.py
(517 B)
??
gevent.py
(1.62 KB)
??
http.py
(1.78 KB)
??
registry.py
(2.54 KB)
??
requests.py
(1 KB)
??
threaded.py
(4.98 KB)
??
threaded_requests.py
(1.07 KB)
??
tornado.py
(1.79 KB)
??
twisted.py
(2.27 KB)
Editing: exceptions.py
""" 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 """
Upload File
Create Folder