Skip to content

Commit

Permalink
CLN: Remove unused IEXSymbolError
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonlynch committed Nov 10, 2020
1 parent d6d2353 commit b3bdbe5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions iexfinance/utils/exceptions.py
@@ -1,18 +1,6 @@
DEP_ERROR_MSG = "%s has been immediately deprecated."


class IEXSymbolError(Exception):
"""
This error is thrown when an invalid symbol is given.
"""

def __init__(self, symbol):
self.symbol = symbol

def __str__(self):
return "Symbol " + self.symbol + " not found."


class IEXQueryError(Exception):
"""
This error is thrown when an error occurs with the query to IEX, be it a
Expand Down

0 comments on commit b3bdbe5

Please sign in to comment.