-
Notifications
You must be signed in to change notification settings - Fork 0
PyahooError
adasThePrime edited this page Apr 13, 2026
·
1 revision
Base exception for all Pyahoo errors. Catch this to handle any error from the library.
from pyahoo import PyahooError
# or
from pyahoo.exceptions import PyahooErrorPyahooError <- You are here
├── AuthenticationError
├── APIError
│ ├── RateLimitError
│ └── NotFoundError
└── StreamingError