This repository was archived by the owner on Mar 3, 2020. It is now read-only.
This repository was archived by the owner on Mar 3, 2020. It is now read-only.
Improve error handling/logging #320
Open
Description
We have some functions that can silently fail, we have other functions that can will show the user a success or failure but not log what the error is, and we have other functions that can throw an exception but never log the error. We should find a proper PHP logger and make our logging story consistent, so errors are easier to debug.