J:W N d Z ddlmZ G d de Z G d de ZdS )z
raven.transport.exceptions
~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: (c) 2010-2012 by the Sentry Team, see AUTHORS for more details.
:license: BSD, see LICENSE for more details.
)absolute_importc e Zd ZdZdS )
InvalidSchemezf
Raised when a transport is constructed using a URI which is not
handled by the transport
N__name__
__module____qualname____doc__ l/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/raven/transport/exceptions.pyr r r r c e Zd ZdZdS )DuplicateSchemezc
Raised when registering a handler for a particular scheme which
is already registered
Nr r r r
r r r r r N)r
__future__r
ValueErrorr Exceptionr r r r