theelous3 / asks

Async requests-like httplib for python.
MIT License
508 stars 63 forks source link

Documentation doesn't mention exceptions at all #190

Open Aran-Fey opened 2 years ago

Aran-Fey commented 2 years ago

I couldn't find a single mention of an exception in the docs. What happens when something goes wrong? What kind of error will be thrown? What am I supposed to catch?

Compare: aiohttp has documented all its exceptions and even organized them as a nice tree.