£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

Yc           @@  sF   d  Z  d d l m Z d e f d     YZ d e f d     YZ d S(   s   
raven.transport.exceptions
~~~~~~~~~~~~~~~~~~~~~~~~~~

:copyright: (c) 2010-2012 by the Sentry Team, see AUTHORS for more details.
:license: BSD, see LICENSE for more details.
i    (   t   absolute_importt   InvalidSchemec           B@  s   e  Z d  Z RS(   sf   
    Raised when a transport is constructed using a URI which is not
    handled by the transport
    (   t   __name__t
   __module__t   __doc__(    (    (    sK   /opt/alt/python27/lib/python2.7/site-packages/raven/transport/exceptions.pyR      s   t   DuplicateSchemec           B@  s   e  Z d  Z RS(   sc   
    Raised when registering a handler for a particular scheme which
    is already registered
    (   R   R   R   (    (    (    sK   /opt/alt/python27/lib/python2.7/site-packages/raven/transport/exceptions.pyR      s   N(   R   t
   __future__R    t
   ValueErrorR   t	   ExceptionR   (    (    (    sK   /opt/alt/python27/lib/python2.7/site-packages/raven/transport/exceptions.pyt   <module>   s   