Base exception for all Pyahoo errors. Catch this to handle any error from the library.
from pyahoo import PyahooError # or from pyahoo.exceptions import PyahooError
PyahooError <- You are here ├── AuthenticationError ├── APIError │ ├── RateLimitError │ └── NotFoundError └── StreamingError
There was an error while loading. Please reload this page.