-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose/raise all yfinance exceptions
Otherwise, we potentially run into problems later on. See #19 for an example. Unfortunately, yfinance currently doesn't give very useful information in its exceptions and therefore doesn't help to understand the underlying issue (i.e., symbol not found vs no network connectivity at all vs ...). Therefore we no longer raise a `SymbolNotFoundException` any longer here but simply pass through what yfinance raises. Resolves #19
- Loading branch information
Showing
2 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters