Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Releases: crystlbrd/Exceptionist

Updating method naming

17 Jul 14:14
b7fb8a0
Compare
Choose a tag to compare

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() to getExceptionistLogs()
  • renamed ExceptionistTrait::getLastLog() to getLastExceptionistLog()
  • correcting spelling in README

First release

10 Jul 20:27
Compare
Choose a tag to compare

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.