New Addon
Google BK
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from aiohttp.web import HTTPClientError
|
||||
|
||||
|
||||
class HttpMultiException(HTTPClientError):
|
||||
def __init__(self, code):
|
||||
self.status_code = code
|
||||
Reference in New Issue
Block a user