GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
future
/
backports
/
urllib
/
__pycache__
[ HOME ]
Exec
Submit
error.cpython-311.pyc
� � h� � � � d Z ddlmZmZmZ ddlmZ ddlmZ g d�Z G d� de� � Z G d� d ee j � � Z G d � de� � ZdS ) a� Exception classes raised by urllib. The base exception class is URLError, which inherits from IOError. It doesn't define any behavior of its own, but is the base class for all exceptions defined in this package. HTTPError is an exception class that is also a valid HTTP response instance. It behaves this way because HTTP protocol errors are valid responses, with a status code, headers, and a body. In some contexts, an application may want to handle an exception like a regular response. � )�absolute_import�division�unicode_literals)�standard_library)�response)�URLError� HTTPError�ContentTooShortErrorc � � e Zd Zdd�Zd� ZdS )r Nc �: � |f| _ || _ |� || _ d S d S �N)�args�reason�filename)�selfr r s �n/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/future/backports/urllib/error.py�__init__zURLError.__init__ s+ � ��G�� ������$�D�M�M�M� �� c � � d| j z S )Nz<urlopen error %s>)r �r s r �__str__zURLError.__str__&