mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 11:54:19 +01:00
[errors] Validate arguments to get_dataframe
This commit is contained in:
15
tiingo/exceptions.py
Normal file
15
tiingo/exceptions.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# Exception Clasess
|
||||
class InstallPandasException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class APIColumnNameError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidFrequencyError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class MissingRequiredArgumentError(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user