KevWK314 / ThreeFourteen.AlphaVantage

.NET library for Alpha Vantage
MIT License
9 stars 9 forks source link

Added a unique exception when an API limit is exceeded. #6

Closed irperez closed 5 years ago

irperez commented 5 years ago

I needed the ability to understand and to take action when an API limit was reached.

So I created a new AlphaVantageApiLimitException class that inherits from your AlphaVantageException class.

KevWK314 commented 5 years ago

Apologies it took so long. Easter holidays.

irperez commented 5 years ago

Thanks!