socialpredict
socialpredict copied to clipboard
Error Handling Utility on Backend
There probably needs to be a couple different categories of error handling utilities:
- Http Web Errors which can percolate through to the front end.
- Private, console errors which can't, which are more or less designed to stay in logging and the back end.