exceptions
File: exceptions.py.
Description
This file contains the exceptions used in the project.
APIKeyNotSetException
¶
Bases: Exception
Exception raised when the API key is not set.
Source code in src/CryptoFraudDetection/utils/exceptions.py
AuthenticationError
¶
Bases: Exception
Exception raised when authentication details are missing for scraping Twitter.
Source code in src/CryptoFraudDetection/utils/exceptions.py
DetectedBotException
¶
Bases: Exception
Exception raised when a bot is detected.
Source code in src/CryptoFraudDetection/utils/exceptions.py
InvalidParameterException
¶
Bases: Exception
Exception raised when an invalid parameter is passed.
Source code in src/CryptoFraudDetection/utils/exceptions.py
ProxyIpEqualRealIp
¶
Bases: Exception
Exception raised when the proxy IP is equal to the real IP.
Source code in src/CryptoFraudDetection/utils/exceptions.py
ProxyNotWorking
¶
Bases: Exception
Exception raised when the proxy is not working.
Source code in src/CryptoFraudDetection/utils/exceptions.py
ProxyProtocolNotImplemented
¶
Bases: Exception
Exception raised when the proxy protocol is not implemented.