1. delete exceptions.py

2. minor improvement
master
stockbsd 2019-10-24 16:30:44 +08:00
rodzic dbb0a55e36
commit a2fd8d52d2
1 zmienionych plików z 0 dodań i 14 usunięć

Wyświetl plik

@ -1,14 +0,0 @@
class Error(Exception):
'''Base-class for all exceptions raised by this module.'''
class ConfidentialsNotSuppliedError(Error):
'''An API key and an API sectret must be supplied.'''
class BearerTokenNotFetchedError(Error):
'''Couldn't fetch the bearer token.'''
class InvalidDownloadPathError(Error):
'''Download path must be a directory.'''