Skip to content

PyahooError

adasThePrime edited this page Apr 13, 2026 · 1 revision

PyahooError

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

Hierarchy

PyahooError    <- You are here
├── AuthenticationError
├── APIError
│  ├── RateLimitError
│  └── NotFoundError
└── StreamingError

Clone this wiki locally