This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
Releases: crystlbrd/Exceptionist
Releases · crystlbrd/Exceptionist
Updating method naming
After some rethinking I decided to rename the getLogs() and getLastLog() methods. This makes it possible to implement own, public methods for getLogs() and getLastLogs().
Since nobody is actually using this project (for now at least) this shouldn't be any issue.
Changelog
- renamed
ExceptionistTrait::getLogs()
togetExceptionistLogs()
- renamed
ExceptionistTrait::getLastLog()
togetLastExceptionistLog()
- correcting spelling in README
First release
First version of Exceptionist, providing functionality for:
- logging exceptions
- controlling which exceptions should be thrown
- reading all not thrown exceptions
More information can be found in the documentation.