Skip to content

Commit 0a6bbba

Browse files
committed
ApiHttpError: fix
1 parent 5832aab commit 0a6bbba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vk_api/vk_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def __str__(self):
409409
self.error['error_msg'])
410410

411411

412-
class ApiHttpError(object):
412+
class ApiHttpError(Exception):
413413

414414
def __init__(self, vk, method, values, response):
415415
self.vk = vk

0 commit comments

Comments
 (0)