sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
3.89k stars 195 forks source link

feat: Add custom exceptions #847

Open Mr-Sunglasses opened 3 weeks ago

Mr-Sunglasses commented 3 weeks ago

Description

This PR fixes #550

vercel[bot] commented 3 weeks ago

@Mr-Sunglasses is attempting to deploy a commit to the sparckles Team on Vercel.

A member of the Team first needs to authorize it.

Mr-Sunglasses commented 3 weeks ago

@sansyrox I've implemented custom HTTPException, take a look and please tell me if it is what we want to achieve in #550 😄

codspeed-hq[bot] commented 3 weeks ago

CodSpeed Performance Report

Merging #847 will not alter performance

Comparing Mr-Sunglasses:fix/550 (78a8a78) with main (862b764)

Summary

✅ 109 untouched benchmarks

Mr-Sunglasses commented 3 weeks ago

Hey @Mr-Sunglasses ,

Thanks for the PR. I have some suggestions :D

Thanks, @sansyrox 🙏🏻, for the suggestions, I've fixed then 😄

sansyrox commented 2 weeks ago

Hey @Mr-Sunglasses 👋

Could you please add some integration tests? And the CI is also failing for some reason.