Use custom implementation of twitter API
This commit is contained in:
8
twExtract/twExtractError.py
Normal file
8
twExtract/twExtractError.py
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
class TwExtractError(Exception):
|
||||
def __init__(self, code, message):
|
||||
self.code = code
|
||||
self.msg = message
|
||||
|
||||
def __str__(self):
|
||||
return self.msg
|
Reference in New Issue
Block a user