encode / apistar

The Web API toolkit. 🛠
https://docs.apistar.com
BSD 3-Clause "New" or "Revised" License
5.57k stars 411 forks source link

Add __repr__ and __str__ on two exceptions #659

Open Lucidiot opened 5 years ago

Lucidiot commented 5 years ago

This makes error messages and tracebacks fancier ; I am however unsure about how the ClientError should display its messages in __str__. Closes #658