Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
ó
¿öYc @@ sL d Z d d l m Z e Z d e f d „ ƒ YZ d e f d „ ƒ YZ d S( s¥
raven.transport.base
~~~~~~~~~~~~~~~~~~~~
:copyright: (c) 2010-2012 by the Sentry Team, see AUTHORS for more details.
:license: BSD, see LICENSE for more details.
i ( t absolute_importt Transportc B@ s# e Z d Z e Z g Z d „ Z RS( s§
All transport implementations need to subclass this class
You must implement a send method (or an async_send method if
sub-classing AsyncTransport).
c C@ s
t ‚ d S( s
You need to override this to do something with the actual
data. Usually - this is sending to a server
N( t NotImplementedError( t selft urlt datat headers( ( sE /opt/alt/python27/lib/python2.7/site-packages/raven/transport/base.pyt send s ( t __name__t
__module__t __doc__t Falset is_asynct schemeR ( ( ( sE /opt/alt/python27/lib/python2.7/site-packages/raven/transport/base.pyR s t AsyncTransportc B@ s e Z d Z e Z d „ Z RS( s
All asynchronous transport implementations should subclass this
class.
You must implement a async_send method.
c C@ s
t ‚ d S( s¨
Override this method for asynchronous transports. Call
`success_cb()` if the send succeeds or `error_cb(exception)`
if the send fails.
N( R ( R R R R t
success_cbt error_cb( ( sE /opt/alt/python27/lib/python2.7/site-packages/raven/transport/base.pyt
async_send, s ( R R R
t TrueR R ( ( ( sE /opt/alt/python27/lib/python2.7/site-packages/raven/transport/base.pyR " s N( R
t
__future__R R t has_newstyle_transportst objectR R ( ( ( sE /opt/alt/python27/lib/python2.7/site-packages/raven/transport/base.pyt s