From 92fc32d7c8f04570ddabada4ea4483c8daeaba23 Mon Sep 17 00:00:00 2001 From: Il`ya Date: Sun, 22 Mar 2020 03:24:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BA=D0=BB=D0=B0=D1=81=D1=81?= =?UTF-8?q?=D0=B0=20BadRequest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yandex_music/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yandex_music/exceptions.py b/yandex_music/exceptions.py index 3d3e231..186f1df 100644 --- a/yandex_music/exceptions.py +++ b/yandex_music/exceptions.py @@ -71,6 +71,8 @@ class NetworkError(YandexMusicError): class BadRequest(NetworkError): + """Класс исключения, вызываемый в случае отправки неправильного запроса. + """ pass